Style nit - don't put space after function names
commitbc8e478a285ff549a3e5182461b064313d400de3
authorShawn O. Pearce <spearce@spearce.org>
Wed, 30 May 2007 06:13:42 +0000 (30 02:13 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 30 May 2007 06:31:19 +0000 (29 23:31 -0700)
tree1de042743763630f38e7c790c2bb2dab6048b219
parentb77ffe8a57a0921f58cff22dcf1ed6ae64d89d6a
Style nit - don't put space after function names

Our style is to not put a space after a function name.  I did here,
and Junio applied the patch with the incorrect formatting.  So I'm
cleaning up after myself since I noticed it upon review.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_file.c