aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/json.c2
-rw-r--r--wiretap/json.h2
-rw-r--r--wiretap/merge.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/wiretap/json.c b/wiretap/json.c
index e7cf2d68a8..7f631cd956 100644
--- a/wiretap/json.c
+++ b/wiretap/json.c
@@ -140,7 +140,7 @@ wtap_open_return_val json_open(wtap *wth, int *err, gchar **err_info)
*
* Local variables:
* c-basic-offset: 4
- * tab-width: 4
+ * tab-width: 8
* indent-tabs-mode: nil
* End:
*
diff --git a/wiretap/json.h b/wiretap/json.h
index 704e155eee..0e792d9224 100644
--- a/wiretap/json.h
+++ b/wiretap/json.h
@@ -46,7 +46,7 @@ wtap_open_return_val json_open(wtap *wth, int *err, gchar **err_info);
*
* Local variables:
* c-basic-offset: 4
- * tab-width: 4
+ * tab-width: 8
* indent-tabs-mode: nil
* End:
*
diff --git a/wiretap/merge.c b/wiretap/merge.c
index f2e92e384a..83ad2f35e6 100644
--- a/wiretap/merge.c
+++ b/wiretap/merge.c
@@ -1077,10 +1077,10 @@ merge_files(int out_fd, const gchar* out_filename, const int file_type,
*
* 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:
*/