aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/11.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/in/11.c')
-rw-r--r--c_parser/test/in/11.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/c_parser/test/in/11.c b/c_parser/test/in/11.c
index 7b6c0b5..2d8cac6 100644
--- a/c_parser/test/in/11.c
+++ b/c_parser/test/in/11.c
@@ -1,10 +1,10 @@
int f() {
- int x = 0;
-
- while(x < 5) {
- int y = 0;
- x++;
- }
-
- return x;
+ int x = 0;
+
+ while(x < 5) {
+ int y = 0;
+ x++;
+ }
+
+ return x;
}