aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-hsrp.c4
-rw-r--r--extcap/randpktdump.c4
-rw-r--r--wsutil/jsmn.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-hsrp.c b/epan/dissectors/packet-hsrp.c
index d3680564c1..c796f35853 100644
--- a/epan/dissectors/packet-hsrp.c
+++ b/epan/dissectors/packet-hsrp.c
@@ -856,12 +856,12 @@ proto_reg_handoff_hsrp(void)
}
/*
- * 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: t
+ * indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=8 tabstop=8 expandtab:
diff --git a/extcap/randpktdump.c b/extcap/randpktdump.c
index f93b953361..663f7d3444 100644
--- a/extcap/randpktdump.c
+++ b/extcap/randpktdump.c
@@ -343,7 +343,7 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
#endif
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8
@@ -351,6 +351,6 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
* indent-tabs-mode: t
* End:
*
- * vi: set shiftwidth=8 tabstop=8 expandtab:
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
* :indentSize=8:tabSize=8:noTabs=false:
*/
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: