aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tte.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-29 14:42:55 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-29 18:50:46 +0000
commit3c0a6681e811df8465c93f012e6503c22949dfc3 (patch)
tree5ba6adc6fddc1dad83e19d2e8274af17dbe68ceb /epan/dissectors/packet-tte.c
parentff5a77256c1987e6aeac6cb032a25fd43d3d8929 (diff)
Add editor modelines and adjust indentation as needed.
Change-Id: I857700d685354b0bc9e0ca647c57faba981b520f Reviewed-on: https://code.wireshark.org/review/4373 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-tte.c')
-rw-r--r--epan/dissectors/packet-tte.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tte.c b/epan/dissectors/packet-tte.c
index 0b82d88499..c8b0d64682 100644
--- a/epan/dissectors/packet-tte.c
+++ b/epan/dissectors/packet-tte.c
@@ -194,3 +194,16 @@ proto_reg_handoff_tte(void)
ethertype_handle = find_dissector("ethertype");
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */