* gdb.base/info-macros.c: Fix whitespace.
authorDoug Evans <dje@google.com>
Wed, 5 Sep 2012 18:20:53 +0000 (18:20 +0000)
committerDoug Evans <dje@google.com>
Wed, 5 Sep 2012 18:20:53 +0000 (18:20 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/info-macros.c

index 3be01db..da7b1c7 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-05  Doug Evans  <dje@google.com>
+
+       * gdb.base/info-macros.c: Fix whitespace.
+
 2012-08-28  Pedro Alves  <palves@redhat.com>
 
        PR gdb/14428
index f874156..4a6c960 100644 (file)
@@ -4,8 +4,7 @@
     #ifdef FOO
     #undef FOO
     #endif
-
-  #define FOO "hello"
+    #define FOO "hello"
   #else
     #undef FOO
   #endif
     #ifdef FOO
     #undef FOO
     #endif
-  #define FOO " "
+    #define FOO " "
   #endif
 
   #ifdef THREE
     #ifdef FOO
     #undef FOO
     #endif
-
-  #define FOO "world"
+    #define FOO "world"
   #endif
 
   #ifdef FOUR