aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-02-17 06:33:34 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-02-17 06:33:34 +0000
commit4fd072a5f7ae1b71cbe66c5df3cd6c70a5dd43ab (patch)
treea4b7ea1fbecf92f730327cea3a78ae69f0f2dbe7
parent43e72514a345704bd10888b4e0bd27c2109e33a7 (diff)
Clean up indentation.
svn path=/trunk/; revision=27473
-rw-r--r--stat_menu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stat_menu.h b/stat_menu.h
index f17ffa5412..80d55dc56f 100644
--- a/stat_menu.h
+++ b/stat_menu.h
@@ -43,15 +43,15 @@ extern "C" {
/** The menu group this stat should be registered in. */
typedef enum {
- REGISTER_ANALYZE_GROUP_UNSORTED, /* unsorted analyze stuff */
- REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER, /* conversation filters */
+ REGISTER_ANALYZE_GROUP_UNSORTED, /* unsorted analyze stuff */
+ REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER, /* conversation filters */
REGISTER_STAT_GROUP_UNSORTED, /* unsorted statistic function */
REGISTER_STAT_GROUP_GENERIC, /* generic statistic function, not specific to a protocol */
REGISTER_STAT_GROUP_CONVERSATION_LIST, /* member of the conversation list */
REGISTER_STAT_GROUP_ENDPOINT_LIST, /* member of the endpoint list */
REGISTER_STAT_GROUP_RESPONSE_TIME, /* member of the service response time list */
REGISTER_STAT_GROUP_TELEPHONY, /* telephony specific */
- REGISTER_TOOLS_GROUP_UNSORTED /* unsorted tools */
+ REGISTER_TOOLS_GROUP_UNSORTED /* unsorted tools */
} register_stat_group_t;
#ifdef __cplusplus