Remove "unnecessary" whitespace from some tests.
authorCarl Worth <cworth@cworth.org>
Thu, 20 May 2010 21:05:37 +0000 (14:05 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 20 May 2010 21:05:37 +0000 (14:05 -0700)
commit323421db6567f3402e0ff9dcf548269e6d7b5497
tree513d79aec58a74ef75b4ae29f48474a5e4ac1586
parent660bda057a0f9c83625e798c0f719080d11e9431
Remove "unnecessary" whitespace from some tests.

This whitespace was not part of anything being tested, and it
introduces differences (that we don't actually care about) between the
output of "gcc -E" and glcpp.

Just eliminate this extra whitespace to reduce spurious test-case
failures.
tests/015-define-object-with-parens.c
tests/016-define-func-1-arg.c
tests/020-define-func-2-arg-multi.c
tests/023-define-extra-whitespace.c
tests/032-define-func-self-recurse.c
tests/033-define-func-self-compose.c
tests/035-define-func-self-compose-non-func-multi-token-argument.c