sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 7cc4ef0734f77c7b6cd35a6619bafafbe0e68de8
parent bf4c5d1fcdae00b01fe2bf8a2cd8601e8e882a94
Author: FRIGN <dev@frign.de>
Date:   Thu, 26 Feb 2015 19:07:02 +0100

Don't break the coding-style

Diffstat:
Mexpr.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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);