commit | 86d11cf264c55d570484cbdfff073092c77a6342 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Nov 27 14:21:30 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Mon Nov 27 14:21:30 2006 -0800 |
tree | ef1e4bb6fe373214b83871d9e5b75bd4bb98ad69 | |
parent | 6f23ebf600188fe4246c2fb118f0c977ba1a2ed6 [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>