aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dissectors.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/dissectors.h')
-rw-r--r--epan/dissectors/dissectors.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/dissectors.h b/epan/dissectors/dissectors.h
index 1fca975136..56c9b6cabf 100644
--- a/epan/dissectors/dissectors.h
+++ b/epan/dissectors/dissectors.h
@@ -20,8 +20,8 @@ extern "C" {
#include <glib.h>
typedef struct _dissector_reg {
- const char *cb_name;
- void (*cb_func)(void);
+ const char *cb_name;
+ void (*cb_func)(void);
} dissector_reg_t;
WS_DLL_PUBLIC dissector_reg_t dissector_reg_proto[];
@@ -46,6 +46,6 @@ WS_DLL_PUBLIC gulong dissector_reg_handoff_count(void);
* indent-tabs-mode: nil
* End:
*
- * vi: set shiftwidth=2 tabstop=8 expandtab:
- * :indentSize=2:tabSize=8:noTabs=true:
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
*/