aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vsip.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-03-10 22:45:06 +0100
committerMichael Mann <mmann78@netscape.net>2015-03-11 00:02:08 +0000
commit20afdbc57bddba44d1c4f5563b8b44ccbe776dfc (patch)
treebbae0351b20cd4fd8f8d32faa24f27fd644836eb /epan/dissectors/packet-vsip.c
parent45a06dba6ae45e47dc8d49df0efe5381faef77e4 (diff)
VSIP: Add Modelines info
Change-Id: I6b578bad375687651e06508ea9c532bbad3472c8 Reviewed-on: https://code.wireshark.org/review/7631 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-vsip.c')
-rw-r--r--epan/dissectors/packet-vsip.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-vsip.c b/epan/dissectors/packet-vsip.c
index 8f51c44201..a25a17f2b2 100644
--- a/epan/dissectors/packet-vsip.c
+++ b/epan/dissectors/packet-vsip.c
@@ -2092,3 +2092,16 @@ void proto_reg_handoff_vsip(void)
Initialized = TRUE;
}
}
+
+/*
+ * 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:
+ */