summaryrefslogtreecommitdiff
path: root/epan/crc6-tvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crc6-tvb.c')
-rw-r--r--epan/crc6-tvb.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/crc6-tvb.c b/epan/crc6-tvb.c
index c9a2e4470d..1222906cd6 100644
--- a/epan/crc6-tvb.c
+++ b/epan/crc6-tvb.c
@@ -37,3 +37,16 @@ crc6_compute_tvb(tvbuff_t *tvb, int len)
return crc6_compute(buf, len);
}
+
+/*
+ * 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:
+ */