Add modelines info
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 20 Jan 2014 09:42:52 +0000 (09:42 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 20 Jan 2014 09:42:52 +0000 (09:42 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54855 f5534014-38df-0310-8fa8-9805f1628bb7

ui/tap_export_pdu.c

index 6c3fab4866d28df43020b392ad0cb1e236003bbf..5ac710980c072952334ffe162f13f788e1eb7819 100644 (file)
@@ -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:
+ */