From ed4e887d1ab8f6c289b40d08afb452c4c576a8e9 Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Tue, 18 Dec 2012 16:09:57 -0600 Subject: [PATCH] Also, whitespace. I was totally flaunting @ben's 3-space tab advice. --- src/refs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/refs.c b/src/refs.c index 57c5d8124..35babaa8b 100644 --- a/src/refs.c +++ b/src/refs.c @@ -166,7 +166,7 @@ static int loose_parse_oid(git_oid *oid, git_buf *file_content) /* str is guranteed to be zero-terminated */ str = git_buf_cstr(file_content); - /* we need to get 40 OID characters from the file */ + /* we need to get 40 OID characters from the file */ if (git_oid_fromstr(oid, git_buf_cstr(file_content)) < 0) goto corrupted;