summaryrefslogtreecommitdiff
path: root/ui/qt/manage_interfaces_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-11 08:58:13 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-11 11:28:10 +0000
commitaaeedcb108aba98059269c439688774f951b3f26 (patch)
tree9d3c2102dd0f4a9e9000f2bc9dc56668e3a5c753 /ui/qt/manage_interfaces_dialog.h
parenta2090cd205edbcbb88079f891a1a70a6bd317f31 (diff)
downloadwireshark-aaeedcb108aba98059269c439688774f951b3f26.tar.gz
Fix modeline (use Wireshark standard with C comment and no C++ comment)
Fix also some indent (tab->4spaces) Change-Id: Ieef26591d405c6abe622f9fa26d2a7117af3c259 Reviewed-on: https://code.wireshark.org/review/3548 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/manage_interfaces_dialog.h')
-rw-r--r--ui/qt/manage_interfaces_dialog.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/ui/qt/manage_interfaces_dialog.h b/ui/qt/manage_interfaces_dialog.h
index 195cad6569..615fd12d58 100644
--- a/ui/qt/manage_interfaces_dialog.h
+++ b/ui/qt/manage_interfaces_dialog.h
@@ -120,15 +120,15 @@ private slots:
#endif // MANAGE_INTERFACES_DIALOG_H
-//
-// Editor modelines - http://www.wireshark.org/tools/modelines.html
-//
-// Local variables:
-// c-basic-offset: 4
-// tab-width: 4
-// indent-tabs-mode: nil
-// End:
-//
-// vi: set shiftwidth=4 tabstop=4 expandtab:
-// :indentSize=4:tabSize=4:noTabs=true:
-//
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */