This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] gdb.base/info-macros.c: Fix whitespace.


Hi.

fyi, I'm committing this.

2012-09-05  Doug Evans  <dje@google.com>

	* gdb.base/info-macros.c: Fix whitespace.

Index: gdb.base/info-macros.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/info-macros.c,v
retrieving revision 1.1
diff -u -p -r1.1 info-macros.c
--- gdb.base/info-macros.c	21 Jul 2011 15:13:30 -0000	1.1
+++ gdb.base/info-macros.c	5 Sep 2012 18:18:57 -0000
@@ -4,8 +4,7 @@
     #ifdef FOO
     #undef FOO
     #endif
-
-  #define FOO "hello"
+    #define FOO "hello"
   #else
     #undef FOO
   #endif
@@ -15,15 +14,14 @@
     #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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]