aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/04.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/in/04.c')
-rw-r--r--c_parser/test/in/04.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_parser/test/in/04.c b/c_parser/test/in/04.c
index 0e50c88..2e3aa5d 100644
--- a/c_parser/test/in/04.c
+++ b/c_parser/test/in/04.c
@@ -1,4 +1,4 @@
int foo(int bar1, int bar2) {
- int x;
- int y, z;
+ int x;
+ int y, z;
}