aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpeg-sect.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-sect.c
parentbd1d3b4825017078e3e62ba989c4b4c2be732d24 (diff)
add editor modelines (that match the current indentation style)
svn path=/trunk/; revision=44755
Diffstat (limited to 'epan/dissectors/packet-mpeg-sect.c')
-rw-r--r--epan/dissectors/packet-mpeg-sect.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mpeg-sect.c b/epan/dissectors/packet-mpeg-sect.c
index 97281c7500..8222034f4b 100644
--- a/epan/dissectors/packet-mpeg-sect.c
+++ b/epan/dissectors/packet-mpeg-sect.c
@@ -361,3 +361,16 @@ proto_register_mpeg_sect(void)
FT_UINT8, BASE_HEX);
}
+
+/*
+ * 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:
+ */