(make_node): Fix white space.
authorRichard Stallman <rms@gnu.org>
Wed, 29 Jul 1992 03:31:44 +0000 (03:31 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 29 Jul 1992 03:31:44 +0000 (03:31 +0000)
From-SVN: r1708

gcc/tree.c

index 270705a3e0f9c81a6e34ace8a63d2025d00bcc5b..054852fa113e3d9483d7ac75ce92f878ebc64f16 100644 (file)
@@ -896,9 +896,9 @@ make_node (code)
 
     case 'd':
       if (code != FUNCTION_DECL)
-      DECL_IN_SYSTEM_HEADER (t) =
-       in_system_header && (obstack == &permanent_obstack);
-       DECL_ALIGN (t) = 1;
+      DECL_IN_SYSTEM_HEADER (t)
+       in_system_header && (obstack == &permanent_obstack);
+      DECL_ALIGN (t) = 1;
       DECL_SOURCE_LINE (t) = lineno;
       DECL_SOURCE_FILE (t) = (input_filename) ? input_filename : "<built-in>";
       DECL_UID (t) = next_decl_uid++;