aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/proto_dlg.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-28 10:58:32 +0100
committerAnders Broman <a.broman58@gmail.com>2015-01-28 12:46:31 +0000
commit83678a05ea31181560dc2706aa7c72addaf617ff (patch)
treecbe21e9500f6a9372b4483d2f5469191d929334b /ui/gtk/proto_dlg.h
parentf011af2222499caa2058b55b0d78195e0174ddc9 (diff)
Proto dialog (GTK) : fix indent (use 2 spaces) and add modelines
Change-Id: I36945843b8d544188a3ffe89f397e669f3944593 Reviewed-on: https://code.wireshark.org/review/6831 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk/proto_dlg.h')
-rw-r--r--ui/gtk/proto_dlg.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/gtk/proto_dlg.h b/ui/gtk/proto_dlg.h
index 86fbd67de2..7fbe64148e 100644
--- a/ui/gtk/proto_dlg.h
+++ b/ui/gtk/proto_dlg.h
@@ -45,3 +45,16 @@ void proto_cb(GtkWidget *widget, gpointer data);
void proto_disable_cb(GtkWidget *widget, gpointer data);
#endif
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */