summaryrefslogtreecommitdiff
path: root/CODING_STYLE
diff options
context:
space:
mode:
Diffstat (limited to 'CODING_STYLE')
-rw-r--r--CODING_STYLE4
1 files changed, 2 insertions, 2 deletions
diff --git a/CODING_STYLE b/CODING_STYLE
index 04fc53c44..143723d4f 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -57,8 +57,8 @@ but some of the code uses an alternate style:
}
and that seems just fine. We won't lay down any strict rule on this
-point, (though there should be some local). If you came here hoping to
-find some guidance, then use the first form above.
+point, (though there should be some local consistency). If you came
+here hoping to find some guidance, then use the first form above.
If all of the substatements of an if statement are single statements,
the optional braces should not usually appear: