]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
cvsimport: style fixup.
authorJunio C Hamano <junkio@cox.net>
Mon, 27 Nov 2006 22:21:30 +0000 (14:21 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Nov 2006 22:21:30 +0000 (14:21 -0800)
commit86d11cf264c55d570484cbdfff073092c77a6342
treeef1e4bb6fe373214b83871d9e5b75bd4bb98ad69
parent6f23ebf600188fe4246c2fb118f0c977ba1a2ed6
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>
git-cvsimport.perl