summaryrefslogtreecommitdiff
path: root/wsutil/adler32.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/adler32.c')
-rw-r--r--wsutil/adler32.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/wsutil/adler32.c b/wsutil/adler32.c
index 77edf0b910..24a5ec36d3 100644
--- a/wsutil/adler32.c
+++ b/wsutil/adler32.c
@@ -57,3 +57,16 @@ guint32 adler32_str(const char *buf)
}
/*---------------------------------------------------------------------------*/
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */