From bfe37060351eac4ce95a0bc36f218d992f216ff1 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 14 Oct 2014 15:58:21 -0400 Subject: Always put editor-modelines at the end of the file ... ... to ensure that there are no potential issues with respect to editors limiting the number of lines scanned at the end of the file when checking for editor modelines. Change-Id: Ic85cbb108bb5159d6ec4116fea11f5eebb4e44a4 Reviewed-on: https://code.wireshark.org/review/4688 Reviewed-by: Bill Meier --- sync_pipe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sync_pipe.h') diff --git a/sync_pipe.h b/sync_pipe.h index 2a846a1c2c..2cef98ec8c 100644 --- a/sync_pipe.h +++ b/sync_pipe.h @@ -86,6 +86,8 @@ sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg, #define SIGNAL_PIPE_FORMAT "\\\\.\\pipe\\wireshark.%s.signal" #endif +#endif /* sync_pipe.h */ + /* * Editor modelines - http://www.wireshark.org/tools/modelines.html * @@ -98,5 +100,3 @@ sync_pipe_errmsg_to_parent(int pipe_fd, const char *error_msg, * vi: set shiftwidth=4 tabstop=8 expandtab: * :indentSize=4:tabSize=8:noTabs=true: */ - -#endif /* sync_pipe.h */ -- cgit v1.2.3