From be4f7904584da06a5971616034dd3839e433edf8 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 11 Apr 2011 12:05:37 -0400 Subject: Coding standard tweaks. It's mostly ready for inclusion in the main body of documentation. --- notes/coding_standard.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'notes') diff --git a/notes/coding_standard.rst b/notes/coding_standard.rst index 1deed03..ced946d 100644 --- a/notes/coding_standard.rst +++ b/notes/coding_standard.rst @@ -21,6 +21,9 @@ scattered about this file which will provide you additional help. Vim customizations to do the same thing would be nice (hint, hint)! +.. contents:: Contents + :local: + License ------- @@ -94,8 +97,8 @@ Whitespace/Indentation } - Exactly one space in between binary arithmetic, logical, and - comparison operators and their operands, except for the . and -> - operators. Examples:: + comparison operators and their operands. This doesn't apply to the + . and -> operators. Examples:: // This is good: int x = a + b * (c - d); -- cgit v1.2.3