]> git.ipfire.org Git - thirdparty/git.git/commit
symlinks.c: small style cleanup
authorKjetil Barvik <barvik@broadpark.no>
Sun, 7 Jun 2009 11:33:05 +0000 (13:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Jun 2009 23:23:04 +0000 (16:23 -0700)
commitcb319c36312a16d8af9b635a75404bc0005c5119
treee75ba4b6ec1811b33f507ee4de20eb6735125395
parent26c117d05d0714ab688ebcafc8eb68c769152bde
symlinks.c: small style cleanup

Add {}-braces around an else-part, where the if-part already has
{}-braces.

And, also remove some unnecessary "return;"-statements at the end of
"void foo()"-functions.

Signed-off-by: Kjetil Barvik <barvik@broadpark.no>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
symlinks.c