aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-06-09 12:43:34 +0200
committerEvan Huus <eapache@gmail.com>2014-06-09 23:56:49 +0000
commitf627ee867415478ab58edca8ae6fd31f40d8dc6f (patch)
treebba8c65c34590cc5759717df39a14c7a15240065 /ui
parent8c4a13915e42e2ba4767a8ab3cf67e15740a1453 (diff)
Add Modelines info
Change-Id: I2364104145518d484c2e5fb0ae5d5d80cce0982d Reviewed-on: https://code.wireshark.org/review/2064 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/rlc_lte_graph.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/gtk/rlc_lte_graph.c b/ui/gtk/rlc_lte_graph.c
index 80bb17e989..6b316039ca 100644
--- a/ui/gtk/rlc_lte_graph.c
+++ b/ui/gtk/rlc_lte_graph.c
@@ -3007,3 +3007,16 @@ static int rint(double x)
return i;
}
#endif
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */