These lines were incorrectly indented with spaces, violating our coding style. Its annoying to read with 4 position tab stops, so fix the indentation to be correct. Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> --- Respin of the stable describe stuff, this time pushing the date parsing into tag.c and the struct tag member. tag.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tag.c b/tag.c index 4470d2b..52d71bb 100644 --- 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; -- 1.7.1.rc1.246.g978a8 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html