aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-pmt.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2012-09-03 18:37:03 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2012-09-03 18:37:03 +0000
commita3bd9a410edb832697fe60039e2e944ad0e65777 (patch)
tree7286d6e8f12eb968feaf94e83c2ee4aed92539a3 /epan/dissectors/packet-mpeg-pmt.c
parentbd1d3b4825017078e3e62ba989c4b4c2be732d24 (diff)
add editor modelines (that match the current indentation style)
svn path=/trunk/; revision=44755
Diffstat (limited to 'epan/dissectors/packet-mpeg-pmt.c')
-rw-r--r--epan/dissectors/packet-mpeg-pmt.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mpeg-pmt.c b/epan/dissectors/packet-mpeg-pmt.c
index 16fbb80cbe..e755daaa0a 100644
--- a/epan/dissectors/packet-mpeg-pmt.c
+++ b/epan/dissectors/packet-mpeg-pmt.c
@@ -309,3 +309,16 @@ proto_reg_handoff_mpeg_pmt(void)
mpeg_pmt_handle = new_create_dissector_handle(dissect_mpeg_pmt, proto_mpeg_pmt);
dissector_add_uint("mpeg_sect.tid", MPEG_PMT_TID, mpeg_pmt_handle);
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=4 noexpandtab:
+ * :indentSize=4:tabSize=4:noTabs=false:
+ */