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

This commit is contained in:
Doug Evans 2012-09-05 18:20:53 +00:00
parent b4b783be19
commit 91b253e153
2 changed files with 7 additions and 5 deletions

View 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

View File

@ -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