aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/09.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/in/09.c')
-rw-r--r--c_parser/test/in/09.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/c_parser/test/in/09.c b/c_parser/test/in/09.c
index 08a7ee4..ae86bb1 100644
--- a/c_parser/test/in/09.c
+++ b/c_parser/test/in/09.c
@@ -5,11 +5,11 @@ int g;
int zz(int a, int b, int c)
{
- if(a==b){
- int a;
- return a;
- }else{
- int fsdfsdfs;
- return c;
- }
+ if(a==b){
+ int a;
+ return a;
+ }else{
+ int fsdfsdfs;
+ return c;
+ }
}