summaryrefslogtreecommitdiffstats
path: root/doc/coding-style.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-11-22 10:13:34 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-11-22 10:13:34 -0600
commit5b51e2ff5da952292036e8f128ab45cbd51619c8 (patch)
tree085c47643abde71ceb74c3f803413e37cb68780a /doc/coding-style.txt
parent80a8fd1a6421b1364ec3f9c2de07bf1f74a304dd (diff)
downloadofono-5b51e2ff5da952292036e8f128ab45cbd51619c8.tar.bz2
coding-style: Use stronger wording for rule M11
Diffstat (limited to 'doc/coding-style.txt')
-rw-r--r--doc/coding-style.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index fb43891f..eccdacc6 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -164,8 +164,8 @@ enum animal_type {
ANIMAL_TYPE_TWO_LEGS,
};
-If the enum contents have values (e.g. from specification) the preferred
-formatting is as follows:
+If the enum contents have values (e.g. from specification) the formatting
+should be as follows:
enum animal_type {
ANIMAL_TYPE_FOUR_LEGS = 4,