aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-03-29 00:55:04 +0200
committerPeter Wu <peter@lekensteyn.nl>2016-03-29 09:45:27 +0000
commit130ecc3ab325f2203cd0e632d091a4e7a80d4151 (patch)
tree2ddf2fbfae1c45c20a7b91d1106d7ac787af04c3 /wsutil
parent0fe522dfc689c3ebd119f2a6775d1f275c5f04d8 (diff)
Fix modeline definitions
Fix mismatching emacs and vi modelines. Change-Id: I5cab8c5b7692746a5fa731c977cef903ad19a6f6 Reviewed-on: https://code.wireshark.org/review/14688 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/jsmn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/jsmn.c b/wsutil/jsmn.c
index 4a505dbb94..b87e373c58 100644
--- a/wsutil/jsmn.c
+++ b/wsutil/jsmn.c
@@ -382,12 +382,12 @@ gboolean jsmn_is_json(const guint8* buf, const size_t len)
/* WS modification ends here */
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8
* tab-width: 8
- * indent-tabs-mode: nil
+ * indent-tabs-mode: t
* End:
*
* vi: set shiftwidth=8 tabstop=8 noexpandtab: