aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iuup.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 18:54:14 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-16 22:22:35 +0000
commit1111538200bfe198ff7b634fb266d3c66eaae551 (patch)
treed1ced2cb828e0da601257f605f12ccbc4f5f5696 /epan/dissectors/packet-iuup.c
parentae6c433f0c2e82946de3273023ac6e5af3e33b8f (diff)
IUUP: Add modelines info
Change-Id: I6cde1a17d917b9cf4c08ca202571fd07bb9302ba Reviewed-on: https://code.wireshark.org/review/3650 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-iuup.c')
-rw-r--r--epan/dissectors/packet-iuup.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/dissectors/packet-iuup.c b/epan/dissectors/packet-iuup.c
index e3e27f4349..abf1eb29cc 100644
--- a/epan/dissectors/packet-iuup.c
+++ b/epan/dissectors/packet-iuup.c
@@ -1024,3 +1024,15 @@ void proto_register_iuup(void) {
&global_dynamic_payload_type);
}
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */