aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-05-15 17:18:27 +0200
committerAnders Broman <a.broman58@gmail.com>2016-05-15 16:22:38 +0000
commitde64c892adc7575057b3fc9b02ab01a8da20a020 (patch)
treef9b2049eafc4df72f4fc34cdf2b0e5957cf02fd2 /ui
parent61a912c6002569d6aeaa1c5f1c8f58a0ea5acb6e (diff)
Export PDU (ui): fix no newline at end of file [-Wnewline-eof] and modelines info
Change-Id: I23bdedb52fd01494f49eef06fee52df317ef1251 Reviewed-on: https://code.wireshark.org/review/15432 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/export_pdu_ui_utils.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/export_pdu_ui_utils.c b/ui/export_pdu_ui_utils.c
index 1a907ab8df..f923f074a7 100644
--- a/ui/export_pdu_ui_utils.c
+++ b/ui/export_pdu_ui_utils.c
@@ -109,4 +109,17 @@ do_export_pdu(const char *filter, gchar *tap_name, exp_pdu_t *exp_pdu_tap_data)
exp_pdu_file_open(exp_pdu_tap_data);
return TRUE;
-} \ No newline at end of file
+}
+
+/*
+ * 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:
+ */