mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 20:17:59 +00:00
Also, whitespace.
I was totally flaunting @ben's 3-space tab advice.
This commit is contained in:
parent
33f169e24e
commit
ed4e887d1a
@ -166,7 +166,7 @@ static int loose_parse_oid(git_oid *oid, git_buf *file_content)
|
|||||||
/* str is guranteed to be zero-terminated */
|
/* str is guranteed to be zero-terminated */
|
||||||
str = git_buf_cstr(file_content);
|
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)
|
if (git_oid_fromstr(oid, git_buf_cstr(file_content)) < 0)
|
||||||
goto corrupted;
|
goto corrupted;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user