summaryrefslogtreecommitdiff
path: root/sync_pipe_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'sync_pipe_write.c')
-rw-r--r--sync_pipe_write.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sync_pipe_write.c b/sync_pipe_write.c
index ea732ee3cd..64dc078dca 100644
--- a/sync_pipe_write.c
+++ b/sync_pipe_write.c
@@ -108,3 +108,16 @@ sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg,
pipe_write_block(pipe_fd, SP_ERROR_MSG, error_msg);
pipe_write_block(pipe_fd, SP_ERROR_MSG, secondary_error_msg);
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */