summaryrefslogtreecommitdiff
path: root/ui/tap_export_pdu.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-20 09:42:52 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-20 09:42:52 +0000
commitc80e021e6f40f498db163d1bb4e63269f1c32129 (patch)
tree8f78c35783b2e649ea3dea60326341b3f4fc93d5 /ui/tap_export_pdu.c
parentfdee9286926c5b75de6cfed87ecded03cb72db3b (diff)
downloadwireshark-c80e021e6f40f498db163d1bb4e63269f1c32129.tar.gz
Add modelines info
svn path=/trunk/; revision=54855
Diffstat (limited to 'ui/tap_export_pdu.c')
-rw-r--r--ui/tap_export_pdu.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/ui/tap_export_pdu.c b/ui/tap_export_pdu.c
index 6c3fab4866..5ac710980c 100644
--- a/ui/tap_export_pdu.c
+++ b/ui/tap_export_pdu.c
@@ -212,4 +212,16 @@ do_export_pdu(const char *filter, gchar *tap_name, gpointer 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:
+ */