summaryrefslogtreecommitdiff
path: root/plugins/wimax/msg_pmc.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 19:48:22 +0200
committerEvan Huus <eapache@gmail.com>2014-08-17 02:29:29 +0000
commit305f36d7112b52b13c57b1cd58b3932ac71166a0 (patch)
treefb9e32e4cb84f64837cc7cf6a2cc538aaab59726 /plugins/wimax/msg_pmc.c
parentc8cb153ec842e949cf4dcd9e3e9e806018f2fc8c (diff)
downloadwireshark-305f36d7112b52b13c57b1cd58b3932ac71166a0.tar.gz
Wimax Plugins: Fix indent (use tabs) and modelines
Change-Id: I27a976c9cac598be5a90412da171915181a784d3 Reviewed-on: https://code.wireshark.org/review/3656 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'plugins/wimax/msg_pmc.c')
-rw-r--r--plugins/wimax/msg_pmc.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/wimax/msg_pmc.c b/plugins/wimax/msg_pmc.c
index fdcd6f958c..afb5a29378 100644
--- a/plugins/wimax/msg_pmc.c
+++ b/plugins/wimax/msg_pmc.c
@@ -246,3 +246,16 @@ proto_reg_handoff_mac_mgmt_msg_pmc(void)
pmc_handle = create_dissector_handle(dissect_mac_mgmt_msg_pmc_rsp_decoder, proto_mac_mgmt_msg_pmc_rsp_decoder);
dissector_add_uint("wmx.mgmtmsg", MAC_MGMT_MSG_PMC_RSP, pmc_handle);
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */