From f902981b2d0f845b57aa939d8c160d3bc74499ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 18 Nov 2017 21:51:17 +0000 Subject: Fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I558f23572dc36ba96fd1c2f904b1ac6b6c343297 Reviewed-on: https://code.wireshark.org/review/24482 Reviewed-by: João Valverde --- register.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'register.h') 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 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: */ -- cgit v1.2.3