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)
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>
No differences found