Skip to content

Commit

Permalink
cvsimport: style fixup.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Nov 27, 2006
1 parent 6f23ebf commit 86d11cf
Showing 1 changed file with 84 additions and 84 deletions.
Loading

0 comments on commit 86d11cf

Please sign in to comment.