From: Junio C Hamano Date: Sun, 8 May 2005 20:51:13 +0000 (-0700) Subject: Stylistic fixes to sha1_file.c X-Git-Tag: v0.99~603^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ddd5d0568d2b3f5f5ec22e13fedbfd041b49019c?hp=ddd5d0568d2b3f5f5ec22e13fedbfd041b49019c Stylistic fixes to sha1_file.c 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 ---