aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-18 21:51:17 +0000
committerJoão Valverde <j@v6e.pt>2017-11-18 21:54:23 +0000
commitf902981b2d0f845b57aa939d8c160d3bc74499ef (patch)
treef90332e873f0af6d73d9e583189ebcef32eb827b /epan
parent23234ac87218ac69acb8ac2509127af4c0ff088d (diff)
Fix indentation
Change-Id: I558f23572dc36ba96fd1c2f904b1ac6b6c343297 Reviewed-on: https://code.wireshark.org/review/24482 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan')
-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:
*/