aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-pat.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-pat.c
parentbd1d3b4825017078e3e62ba989c4b4c2be732d24 (diff)
add editor modelines (that match the current indentation style)
svn path=/trunk/; revision=44755
Diffstat (limited to 'epan/dissectors/packet-mpeg-pat.c')
-rw-r--r--epan/dissectors/packet-mpeg-pat.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mpeg-pat.c b/epan/dissectors/packet-mpeg-pat.c
index b7b9cce2fa..b538bebba8 100644
--- a/epan/dissectors/packet-mpeg-pat.c
+++ b/epan/dissectors/packet-mpeg-pat.c
@@ -201,3 +201,16 @@ void proto_reg_handoff_mpeg_pat(void)
mpeg_pat_handle = create_dissector_handle(dissect_mpeg_pat, proto_mpeg_pat);
dissector_add_uint("mpeg_sect.tid", MPEG_PAT_TID, mpeg_pat_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:
+ */