Code

CodingGuidelines: Add a note about spaces after redirection
authorTim Henigan <tim.henigan@gmail.com>
Fri, 24 Feb 2012 23:12:57 +0000 (18:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2012 20:41:13 +0000 (12:41 -0800)
commit48f359bfafa7db4c399fa13f17ccfea7c35f333b
tree235f3de55b49bcd5d681de7efa835fe916e4abc7
parent64baa4153b836646ecf6885482f4fc46e04a90db
CodingGuidelines: Add a note about spaces after redirection

During code review of some patches, it was noted that redirection operators
should have space before, but no space after them.

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines