OSDN Git Service

tweak formatting
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 May 2001 13:17:58 +0000 (13:17 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 May 2001 13:17:58 +0000 (13:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42387 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/decl.c

index 7604401..8376282 100644 (file)
@@ -10064,9 +10064,9 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, attrlist)
 
       explicit_int = -1;
 
-         /* We handle `main' specially here, because 'main () { }' is so
-            common.  With no options, it is allowed.  With -Wreturn-type,
-            it is a warning.  It is only an error with -pedantic-errors.  */
+      /* We handle `main' specially here, because 'main () { }' is so
+        common.  With no options, it is allowed.  With -Wreturn-type,
+        it is a warning.  It is only an error with -pedantic-errors.  */
       is_main = (funcdef_flag
                 && MAIN_NAME_P (dname)
                 && ctype == NULL_TREE