From ff5a77256c1987e6aeac6cb032a25fd43d3d8929 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 29 Sep 2014 14:07:49 -0400 Subject: Add editor modelines and adjust indentation as needed. Change-Id: Id57d264299f2026d703c5b08bace4b24b32f184c Reviewed-on: https://code.wireshark.org/review/4371 Reviewed-by: Bill Meier --- epan/dissectors/packet-lwapp.c | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-lwapp.c') diff --git a/epan/dissectors/packet-lwapp.c b/epan/dissectors/packet-lwapp.c index 5ff54d1355..e01542f9f3 100644 --- a/epan/dissectors/packet-lwapp.c +++ b/epan/dissectors/packet-lwapp.c @@ -124,8 +124,7 @@ typedef enum { } control_tags; #endif -typedef enum - { +typedef enum { DISCOVERY_REQUEST = 1, DISCOVERY_REPLY, JOIN_REQUEST, @@ -162,7 +161,7 @@ typedef enum DATA_TRANSFER, DATA_TRANSFER_RES, RESET_REQ_CLEAR_CONFIG - } CNTLMsgType; +} CNTLMsgType; static const value_string control_msg_vals[] = { {DISCOVERY_REQUEST , "DISCOVERY_REQUEST"}, @@ -590,3 +589,16 @@ proto_reg_handoff_lwapp(void) dissector_add_uint("ethertype", 0xbbbb, lwapp_handle); } + +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * vi: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ -- cgit v1.2.3