aboutsummaryrefslogtreecommitdiffstats
path: root/register.h
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 /register.h
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 'register.h')
-rw-r--r--register.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/register.h b/register.h
index ab87c6d9e4..39fefe0780 100644
--- a/register.h
+++ b/register.h
@@ -20,18 +20,18 @@ extern "C" {
#include <glib.h>
typedef enum {
- RA_NONE, /* For initialization */
- RA_DISSECTORS, /* Initializing dissectors */
- RA_LISTENERS, /* Tap listeners */
- RA_EXTCAP, /* extcap register preferences */
- RA_REGISTER, /* Built-in dissector registration */
- RA_PLUGIN_REGISTER, /* Plugin dissector registration */
- RA_HANDOFF, /* Built-in dissector handoff */
- RA_PLUGIN_HANDOFF, /* Plugin dissector handoff */
- RA_LUA_PLUGINS, /* Lua plugin register */
- RA_LUA_DEREGISTER, /* Lua plugin deregister */
- RA_PREFERENCES, /* Module preferences */
- RA_INTERFACES /* Local interfaces */
+ RA_NONE, /* For initialization */
+ RA_DISSECTORS, /* Initializing dissectors */
+ RA_LISTENERS, /* Tap listeners */
+ RA_EXTCAP, /* extcap register preferences */
+ RA_REGISTER, /* Built-in dissector registration */
+ RA_PLUGIN_REGISTER, /* Plugin dissector registration */
+ RA_HANDOFF, /* Built-in dissector handoff */
+ RA_PLUGIN_HANDOFF, /* Plugin dissector handoff */
+ RA_LUA_PLUGINS, /* Lua plugin register */
+ RA_LUA_DEREGISTER, /* Lua plugin deregister */
+ RA_PREFERENCES, /* Module preferences */
+ RA_INTERFACES /* Local interfaces */
} register_action_e;
#define RA_BASE_COUNT (RA_INTERFACES - 3) // RA_EXTCAP, RA_LUA_PLUGINS, RA_LUA_DEREGISTER
@@ -77,11 +77,11 @@ gulong register_count(void);
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local Variables:
- * c-basic-offset: 2
+ * c-basic-offset: 4
* tab-width: 8
* 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:
*/