Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tag.c: Correct indentation
[gitweb.git]
/
tag.c
diff --git
a/tag.c
b/tag.c
index 4470d2bf78e1fbb00d00e487f41daa4373cf48e1..52d71bb1bcf1d1478bf177b4cde1c0e732e15a8a 100644
(file)
--- a/
tag.c
+++ b/
tag.c
@@
-44,9
+44,9
@@
int parse_tag_buffer(struct tag *item, void *data, unsigned long size)
char type[20];
const char *start = data;
-
if (item->object.parsed)
-
return 0;
-
item->object.parsed = 1;
+ if (item->object.parsed)
+ return 0;
+ item->object.parsed = 1;
if (size < 64)
return -1;