summaryrefslogtreecommitdiff
path: root/CODING_STYLE
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-07-07 01:15:21 +0000
committerCarl Worth <cworth@cworth.org>2005-07-07 01:15:21 +0000
commit9fd2f0a25c4954e839d79de00ff14b1990ae39eb (patch)
tree45304fc2e64134562f1d94c09c776f9b7367870c /CODING_STYLE
parentf766e06d25334cd8d75d28d105b6a2fa62f08702 (diff)
downloadcairo-9fd2f0a25c4954e839d79de00ff14b1990ae39eb.tar.gz
Add a missing word.
Note that the BadMatch bug has been resolved.
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: