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>
This commit is contained in:
Shawn O. Pearce 2007-05-30 02:13:42 -04:00 committed by Junio C Hamano
parent b77ffe8a57
commit bc8e478a28

View File

@ -531,7 +531,7 @@ static int check_packed_git_idx(const char *path, struct packed_git *p)
return 0; return 0;
} }
int open_pack_index (struct packed_git *p) int open_pack_index(struct packed_git *p)
{ {
char *idx_name; char *idx_name;
int ret; int ret;