Opening brackets always on the next line for func defs

This commit is contained in:
sin 2013-08-16 11:10:13 +01:00
parent afe56e4cc7
commit 19992672a5
1 changed files with 2 additions and 1 deletions

View File

@ -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;