From 19992672a544fb0d434fe25ffb881a90b16e1fe6 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 16 Aug 2013 11:10:13 +0100 Subject: [PATCH] Opening brackets always on the next line for func defs --- umount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/umount.c b/umount.c index 2b53436..01d5457 100644 --- 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;