aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_pdu_decoder.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/wimax_pdu_decoder.c
parentc8cb153ec842e949cf4dcd9e3e9e806018f2fc8c (diff)
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/wimax_pdu_decoder.c')
-rw-r--r--plugins/wimax/wimax_pdu_decoder.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/wimax/wimax_pdu_decoder.c b/plugins/wimax/wimax_pdu_decoder.c
index 36e25b5655..15b1349e87 100644
--- a/plugins/wimax/wimax_pdu_decoder.c
+++ b/plugins/wimax/wimax_pdu_decoder.c
@@ -256,3 +256,16 @@ proto_reg_handoff_wimax_pdu(void)
mac_header_type2_handle = find_dissector("mac_header_type_2_handler");
wimax_harq_map_handle = find_dissector("wimax_harq_map_handler");
}
+
+/*
+ * 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:
+ */