From 46db27cb5171a91d49fa653b6c4bc429efa9e695 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 17 Mar 2020 15:19:24 -0700 Subject: pp: Fix some whitespace after preprocessing --- test/preprocess-standard-example-2.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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", "" }; -- cgit v1.2.3