From aaeedcb108aba98059269c439688774f951b3f26 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 11 Aug 2014 08:58:13 +0200 Subject: 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 --- ui/qt/manage_interfaces_dialog.cpp | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'ui/qt/manage_interfaces_dialog.cpp') diff --git a/ui/qt/manage_interfaces_dialog.cpp b/ui/qt/manage_interfaces_dialog.cpp index d5f8038c51..5d351c1317 100644 --- a/ui/qt/manage_interfaces_dialog.cpp +++ b/ui/qt/manage_interfaces_dialog.cpp @@ -743,15 +743,16 @@ void NewFileDelegate::browse_button_clicked() } #endif /* HAVE_LIBPCAP */ -// -// 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: + */ -- cgit v1.2.3