ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 19992672a544fb0d434fe25ffb881a90b16e1fe6
parent afe56e4cc7683859f8c072b00253a7c514d53a47
Author: sin <sin@2f30.org>
Date:   Fri, 16 Aug 2013 11:10:13 +0100

Opening brackets always on the next line for func defs

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

diff --git a/umount.c b/umount.c @@ -10,7 +10,8 @@ usage(void) } int -main(int argc, char *argv[]) { +main(int argc, char *argv[]) +{ int i; int flags = 0; int ret = 0;