aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/07.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/in/07.c')
-rw-r--r--c_parser/test/in/07.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c_parser/test/in/07.c b/c_parser/test/in/07.c
index 6abb5b5..80d8051 100644
--- a/c_parser/test/in/07.c
+++ b/c_parser/test/in/07.c
@@ -1,5 +1,5 @@
int foo(int a) {
- if(x == y) {
- int z;
- }
+ if(x == y) {
+ int z;
+ }
}