diff options
author | Bill Meier <wmeier@newsguy.com> | 2014-10-14 15:58:21 -0400 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2014-10-14 20:08:29 +0000 |
commit | bfe37060351eac4ce95a0bc36f218d992f216ff1 (patch) | |
tree | 2096f1e22515309b460c201e179f7ce4f3045c8e /summary.h | |
parent | 71c5ac03e23edf46878fbc60fe6c1694476775de (diff) | |
download | wireshark-bfe37060351eac4ce95a0bc36f218d992f216ff1.tar.gz wireshark-bfe37060351eac4ce95a0bc36f218d992f216ff1.tar.bz2 wireshark-bfe37060351eac4ce95a0bc36f218d992f216ff1.zip |
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 <wmeier@newsguy.com>
Diffstat (limited to 'summary.h')
-rw-r--r-- | summary.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -97,6 +97,8 @@ summary_fill_in_capture(capture_file *cf, capture_options *capture_opts, summary } #endif /* __cplusplus */ +#endif /* summary.h */ + /* * Editor modelines - http://www.wireshark.org/tools/modelines.html * @@ -106,8 +108,6 @@ summary_fill_in_capture(capture_file *cf, capture_options *capture_opts, summary * 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 /* summary.h */ |