Re: [PATCH] t9164: More style fixes

2012-08-31 Thread Junio C Hamano
Robert Luberda writes: > Make sure t9164 conforms with the coding guidelines: > - remove spaces after redirection operators; > - insert spaces between function names and parentheses; > - split `if ...; then' lines; > - use `test' instead of `['. > > Signed-off-by: Robert Luberda > --- > t/t

[PATCH] t9164: More style fixes

2012-08-30 Thread Robert Luberda
Make sure t9164 conforms with the coding guidelines: - remove spaces after redirection operators; - insert spaces between function names and parentheses; - split `if ...; then' lines; - use `test' instead of `['. Signed-off-by: Robert Luberda --- t/t9164-git-svn-dcommit-concurrent.sh | 69