On Fri, Feb 25, 2011 at 09:10, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > C grammar is on your side, but the following seems worthwhile for > the sanity of readers and those who might modify the code in the > future. Agreed, and IIRC GCC and others will warn about nested if's without {}, even if they're unambiguous[1]. 1. IIRC GCC will warn about them being "ambiguous", but they're not according to the standard. I think some GCC programmer confused "ambiguous" and "potentially misleading". -- 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