summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2021-08-28 07:00:01 -0700
committerEli Bendersky <eliben@gmail.com>2021-08-28 07:00:01 -0700
commitcd50d04deb899ed4acd04b54f00b28dc17c19ede (patch)
tree4a647fc68256e8f78912fddf9fea610f5e704fd2 /tests
parent7b4964cf7780ba787067453d5ae539aa293ef266 (diff)
downloadpycparser-cd50d04deb899ed4acd04b54f00b28dc17c19ede.tar.gz
Clean whitespace
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_c_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_c_parser.py b/tests/test_c_parser.py
index a46fb1a..4688c3b 100755
--- a/tests/test_c_parser.py
+++ b/tests/test_c_parser.py
@@ -633,7 +633,7 @@ class TestCParser_fundamentals(TestCParser_base):
({ 1; 2; });
int b = ({ 1; });
int c, d = ({ int x = 1; x + 2; });
- a = ({ int x = 1; 2 * x; });
+ a = ({ int x = 1; 2 * x; });
}''')
body = e.ext[0].body.block_items