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 --- ui/capture_ui_utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/capture_ui_utils.h') diff --git a/ui/capture_ui_utils.h b/ui/capture_ui_utils.h index 211f805b03..5931086bba 100644 --- a/ui/capture_ui_utils.h +++ b/ui/capture_ui_utils.h @@ -123,6 +123,8 @@ const char *get_iface_description_for_interface(capture_options *capture_opts, g } #endif /* __cplusplus */ +#endif /* __CAPTURE_UI_UTILS_H__ */ + /* * Editor modelines - http://www.wireshark.org/tools/modelines.html * @@ -132,8 +134,6 @@ const char *get_iface_description_for_interface(capture_options *capture_opts, g * indent-tabs-mode: nil * End: * - * ex: set shiftwidth=2 tabstop=8 expandtab: + * vi: set shiftwidth=2 tabstop=8 expandtab: * :indentSize=2:tabSize=8:noTabs=true: */ - -#endif /* __CAPTURE_UI_UTILS_H__ */ -- cgit v1.2.1