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 --- fileset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fileset.h') diff --git a/fileset.h b/fileset.h index 02b4bd1ee7..1cf88adc54 100644 --- a/fileset.h +++ b/fileset.h @@ -63,6 +63,8 @@ extern void fileset_update_file(const char *path); } #endif /* __cplusplus */ +#endif /* __FILESET_H__ */ + /* * Editor modelines - http://www.wireshark.org/tools/modelines.html * @@ -75,5 +77,3 @@ extern void fileset_update_file(const char *path); * vi: set shiftwidth=4 tabstop=8 expandtab: * :indentSize=4:tabSize=8:noTabs=true: */ - -#endif /* __FILESET_H__ */ -- cgit v1.2.3