summaryrefslogtreecommitdiff
path: root/epan/golay.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-06-19 21:43:16 +0200
committerMichael Mann <mmann78@netscape.net>2014-06-19 19:56:33 +0000
commit9e81d5820a8eb8d7d05d5c5845e6a07d98659ce1 (patch)
tree98e614f4798756563c08729701b4a13ee94c6e11 /epan/golay.h
parent15a0a6315641cba55363ba6ef4769b27ffc90ccb (diff)
downloadwireshark-9e81d5820a8eb8d7d05d5c5845e6a07d98659ce1.tar.gz
Fix indent (use 4 spaces) and add modelines
Change-Id: Ieb231d9f551f3e157197f56378088fb0069388d3 Reviewed-on: https://code.wireshark.org/review/2455 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/golay.h')
-rw-r--r--epan/golay.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/golay.h b/epan/golay.h
index e64c091492..443718e008 100644
--- a/epan/golay.h
+++ b/epan/golay.h
@@ -51,3 +51,16 @@ WS_DLL_PUBLIC
gint golay_decode(guint32 w);
#endif
+
+/*
+ * 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:
+ */