aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/06.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/in/06.c')
-rw-r--r--c_parser/test/in/06.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/c_parser/test/in/06.c b/c_parser/test/in/06.c
index f182bd9..2dcdc2b 100644
--- a/c_parser/test/in/06.c
+++ b/c_parser/test/in/06.c
@@ -1,6 +1,6 @@
int f(int a, int b, int c) {
- int d;
- {
- int e;
- }
+ int d;
+ {
+ int e;
+ }
}