diff options
author | Michael Forney <mforney@mforney.org> | 2020-03-17 15:19:24 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2020-03-17 15:22:51 -0700 |
commit | 46db27cb5171a91d49fa653b6c4bc429efa9e695 (patch) | |
tree | 5e619273f6d21b5c35144b614ed7461012991a2d /test | |
parent | bad98e94caf37db71f8114bdb8562a7caa4fb256 (diff) |
pp: Fix some whitespace after preprocessing
Diffstat (limited to 'test')
-rw-r--r-- | test/preprocess-standard-example-2.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/preprocess-standard-example-2.pp b/test/preprocess-standard-example-2.pp index 3a52eb0..de72fb1 100644 --- a/test/preprocess-standard-example-2.pp +++ b/test/preprocess-standard-example-2.pp @@ -1,4 +1,4 @@ -f(2 * (y+1)) +f(2 * (f(2 * (z[0])))) %f(2 * (0)) + t(1); -f(2 * (2+(3,4)-0,1)) |f(2 * (~ 5)) &f(2 * (0,1))^m(0,1); -int i[] = {1, }; -char c[2][6] = {"hello","" }; +f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1); +f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); +int i[] = { 1, }; +char c[2][6] = { "hello", "" }; |