diff options
-rw-r--r-- | doc/coding-style.txt | 4 |
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, |