aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/jsmn.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/jsmn.h')
-rw-r--r--wsutil/jsmn.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/wsutil/jsmn.h b/wsutil/jsmn.h
index e4817dac5b..7cf51aa81c 100644
--- a/wsutil/jsmn.h
+++ b/wsutil/jsmn.h
@@ -109,11 +109,11 @@ WS_DLL_PUBLIC gboolean jsmn_is_json(const guint8* buf, const size_t len);
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
- * c-basic-offset: 4
- * tab-width: 4
+ * c-basic-offset: 8
+ * tab-width: 8
* indent-tabs-mode: t
* End:
*
- * vi: set shiftwidth=4 tabstop=4 noexpandtab:
- * :indentSize=4:tabSize=8:noTabs=false:
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
*/