author | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Nov 2006 22:21:30 +0000 (14:21 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Nov 2006 22:21:30 +0000 (14:21 -0800) | ||
commit | 86d11cf264c55d570484cbdfff073092c77a6342 | |
tree | ef1e4bb6fe373214b83871d9e5b75bd4bb98ad69 | tree | snapshot |
parent | 6f23ebf600188fe4246c2fb118f0c977ba1a2ed6 | commit | diff |
cvsimport: style fixup.
This should not change any functionality, but just makes it readable by
having a space between syntactic construct keyword and open parenthesis
(e.g. "if (expr", not "if(expr") and between close parenthesis and open
brace (e.g. "if (expr) {" not "if (expr){").
Signed-off-by: Junio C Hamano <junkio@cox.net>
This should not change any functionality, but just makes it readable by
having a space between syntactic construct keyword and open parenthesis
(e.g. "if (expr", not "if(expr") and between close parenthesis and open
brace (e.g. "if (expr) {" not "if (expr){").
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl | diff | blob | history |