[hackers] [sbase] Don't break the coding-style || FRIGN

From: <git_AT_suckless.org>
Date: Thu, 26 Feb 2015 19:08:48 +0100 (CET)

commit bfdce99a4fe02ae18748987ccb1e0c179e4ef873
Author: FRIGN <dev_AT_frign.de>
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
_AT_@ -276,7 +276,8 @@ main(int argc, char *argv[])
                 ;
 
         ARGBEGIN {
- default: usage();
+ default:
+ usage();
         } ARGEND;
 
         return !parse(argv, argc);
Received on Thu Feb 26 2015 - 19:08:48 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 26 2015 - 19:12:09 CET