]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-objc-common.c (c_types_compatible_p): Fix indentation.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jul 2007 22:32:33 +0000 (22:32 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jul 2007 22:32:33 +0000 (22:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126285 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-objc-common.c

index c3b2f98536a95a63fcb3223164c791f92241bab6..0c07aacf005e6b453faa8cff970e09c259db56cd 100644 (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.
 
index 7604bc284db82b9f9c1f18a19e3c07db45c58cfa..760c11018c8fc5041a3136ad90e20792523412a9 100644 (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.  */