Stylistic fixes to sha1_file.c
authorJunio C Hamano <junkio@cox.net>
Sun, 8 May 2005 20:51:13 +0000 (13:51 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 May 2005 20:51:13 +0000 (13:51 -0700)
This fixes stylistic problems and one unused variable spotted by
Petr Baudis. The buf variable unused in prepare_alt_odb() is
gone and the "creepy" function is more heavily documented.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found