aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-03-01 14:29:52 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-03-01 22:41:23 +0000
commit25edc7439b26b10a951394cced2559f1be2a8c93 (patch)
tree78781afc6921f7a6853fa02a9e029e56a6f8c689 /ui/qt
parent8f7303df82e0f77a909716ae7233cd87360357b3 (diff)
Make ui/*.[ch] indentation consistent.
Switch ui/clopts_common.c, ui/filter_files.[ch], and ui/summary.[ch] to 4 space indentation. This brings them in line with all of the other files in that directory and with ui/qt. Fix the modelines in ui/qt/models/filter_list_model.cpp.
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/models/filter_list_model.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/qt/models/filter_list_model.cpp b/ui/qt/models/filter_list_model.cpp
index 59116dd8d3..0deed3ac43 100644
--- a/ui/qt/models/filter_list_model.cpp
+++ b/ui/qt/models/filter_list_model.cpp
@@ -308,11 +308,11 @@ bool FilterListModel::dropMimeData(const QMimeData *data, Qt::DropAction action,
* Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local Variables:
- * c-basic-offset: 2
+ * c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
- * vi: set shiftwidth=2 tabstop=8 expandtab:
- * :indentSize=2:tabSize=8:noTabs=true:
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
*/