From bd816f4063dd24ed4f4300fb326854f59ea8ebb4 Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Tue, 2 Nov 2010 22:21:36 +0800 Subject: coding_style: Fix enum name --- doc/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/coding-style.txt') diff --git a/doc/coding-style.txt b/doc/coding-style.txt index 95ed50b3..9e5a8111 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -167,7 +167,7 @@ enum animal_type { If the enum contents have values (e.g. from specification) the preferred formatting is as follows: -enum animal type { +enum animal_type { ANIMAL_TYPE_FOUR_LEGS = 4, ANIMAL_TYPE_EIGHT_LEGS = 8, ANIMAL_TYPE_TWO_LEGS = 2, -- cgit v1.2.3