summaryrefslogtreecommitdiff
path: root/wsutil/crc7.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crc7.c')
-rw-r--r--wsutil/crc7.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/wsutil/crc7.c b/wsutil/crc7.c
index 1c8950cbbc..d9f1916c9a 100644
--- a/wsutil/crc7.c
+++ b/wsutil/crc7.c
@@ -83,5 +83,15 @@ guint8 crc7update(guint8 crc, const unsigned char *data, int data_len)
return crc & (0x7f << 1);
}
-
-
+/*
+ * 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:
+ */