aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-03-15 09:14:13 -0700
committerGuy Harris <guy@alum.mit.edu>2020-03-15 16:14:49 +0000
commit6bd6b1df78585e5c86e58b701533d540db83bb31 (patch)
tree61b09ea6a09653b54adcbff32ae3c548eb66ecf6 /extcap
parentd77a8669df0f07b5f0aaa99e4d223730a634366d (diff)
More modeline fixes to put HT tab stops every 8 characters.
Change-Id: If3ea65f24e33b89784b3d9a1e7009d09728d4f7a Reviewed-on: https://code.wireshark.org/review/36437 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/ciscodump.c8
-rw-r--r--extcap/extcap-base.c6
2 files changed, 7 insertions, 7 deletions
diff --git a/extcap/ciscodump.c b/extcap/ciscodump.c
index 415a558fe5..4c9db61991 100644
--- a/extcap/ciscodump.c
+++ b/extcap/ciscodump.c
@@ -728,11 +728,11 @@ end:
* Editor modelines - https://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=4:noTabs=false:
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
*/
diff --git a/extcap/extcap-base.c b/extcap/extcap-base.c
index f047ecb0bc..aaaa009279 100644
--- a/extcap/extcap-base.c
+++ b/extcap/extcap-base.c
@@ -333,10 +333,10 @@ void extcap_cmdline_debug(char** ar, const unsigned n)
*
* Local variables:
* c-basic-offset: 4
- * tab-width: 4
+ * tab-width: 8
* indent-tabs-mode: nil
* End:
*
- * vi: set shiftwidth=4 tabstop=4 expandtab:
- * :indentSize=4:tabSize=4:noTabs=true:
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
*/