summaryrefslogtreecommitdiff
path: root/capture_stop_conditions.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture_stop_conditions.c')
-rw-r--r--capture_stop_conditions.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/capture_stop_conditions.c b/capture_stop_conditions.c
index b42facdb8e..4a1d78119d 100644
--- a/capture_stop_conditions.c
+++ b/capture_stop_conditions.c
@@ -208,3 +208,16 @@ static gboolean _cnd_eval_capturesize(condition* cnd, va_list ap){
*/
static void _cnd_reset_capturesize(condition *cnd _U_){
} /* END _cnd_reset_capturesize() */
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */