aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.c b/test.c
index 9a3aafb..ff9b430 100644
--- a/test.c
+++ b/test.c
@@ -36,7 +36,8 @@ int foop(struct foo *foo) {
++foo->n0.n1.n2.ww;
int xy = (*foo).xy;
foo->flex[2] *= 5;
- if (foo->x)return xy; else return foo->y;
+ if (foo->x)return xy;
+ return foo->y;
}
int abs(int x){