From 5b51e2ff5da952292036e8f128ab45cbd51619c8 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 22 Nov 2010 10:13:34 -0600 Subject: [PATCH] coding-style: Use stronger wording for rule M11 --- doc/coding-style.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/coding-style.txt b/doc/coding-style.txt index fb43891..eccdacc 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, -- 2.7.4