commit bfdce99a4fe02ae18748987ccb1e0c179e4ef873 Author: FRIGN <[email protected]> Date: Thu Feb 26 19:07:02 2015 +0100
Don't break the coding-style
diff --git a/expr.c b/expr.c
index 1d7087b..ac0e086 100644
--- a/expr.c
+++ b/expr.c
@@ -276,7 +276,8 @@ main(int argc, char *argv[])
;
ARGBEGIN {
- default: usage();
+ default:
+ usage();
} ARGEND;
return !parse(argv, argc);
