summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b77ffe8)
raw | patch | inline | side by side (parent: b77ffe8)
author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 30 May 2007 06:13:42 +0000 (02:13 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 30 May 2007 06:31:19 +0000 (23:31 -0700) |
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>
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 | patch | blob | history |
diff --git a/sha1_file.c b/sha1_file.c
index a3637d7e5b7763b97b5325923e586722f5e431bf..3093ac9f5f0d6cfc76f532a2f6690593410e9d6e 100644 (file)
--- a/sha1_file.c
+++ b/sha1_file.c
return 0;
}
-int open_pack_index (struct packed_git *p)
+int open_pack_index(struct packed_git *p)
{
char *idx_name;
int ret;