CodingGuidelines: do not call the conditional statement "if()"
commit691d0dd0a9c901286c2a0a28c30ec4d13bcd2032
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Apr 2014 21:25:47 +0000 (30 14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 May 2014 20:26:07 +0000 (2 13:26 -0700)
treea266bd4edc39786ff42854a5118d5e27f1f43cf9
parent6117a3d4946e35c7d4a38c0b443891c81808a838
CodingGuidelines: do not call the conditional statement "if()"

The point immediately before it is about having SP after the control
keyword.  Spell it out as 'an "if" statement' instead.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines