]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-file.c
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)
commitddd5d0568d2b3f5f5ec22e13fedbfd041b49019c
treeeedacfa59dd8bf86b2db1506dda9a042765c0760
parentcf5af17e4561102899ec455d84b6293c9d299910
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 <junkio@cox.net>
sha1_file.c