From de64c892adc7575057b3fc9b02ab01a8da20a020 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 15 May 2016 17:18:27 +0200 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/export_pdu_ui_utils.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'ui/export_pdu_ui_utils.c') 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: + */ -- cgit v1.2.3