* c-objc-common.c (c_types_compatible_p): Fix indentation.

From-SVN: r126285
This commit is contained in:
Ben Elliston 2007-07-03 22:32:33 +00:00 committed by Ben Elliston
parent 4408237565
commit d9ad786245
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2007-07-04 Ben Elliston <bje@au.ibm.com>
* c-objc-common.c (c_types_compatible_p): Fix indentation.
* doc/tm.texi (Run-time Target): Capitalise "CPU".
(Exception Handling): Likewise.

View File

@ -245,7 +245,7 @@ c_initialize_diagnostics (diagnostic_context *context)
int
c_types_compatible_p (tree x, tree y)
{
return comptypes (TYPE_MAIN_VARIANT (x), TYPE_MAIN_VARIANT (y));
return comptypes (TYPE_MAIN_VARIANT (x), TYPE_MAIN_VARIANT (y));
}
/* Determine if the type is a vla type for the backend. */