mesa/tests/020-define-func-2-arg-multi.c
Carl Worth 323421db65 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.
2010-05-20 14:05:37 -07:00

2 lines
64 B
C

#define foo(x,y) x,two fish,red fish,y
foo(one fish, blue fish)