Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > + buf = read_sha1_file(spec->sha1, &type, &size); > + if (!buf) > + die ("Could not read blob %s", > + sha1_to_hex(spec->sha1)); Style; no SP after "die", as it is a function, not syntactic elements like if/switch/while (look everywhere). -- 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