diff options
author | Bill Meier <wmeier@newsguy.com> | 2014-10-12 14:56:12 -0400 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2014-10-12 18:58:32 +0000 |
commit | 1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e (patch) | |
tree | ae637d5385d32d07db062bd4aaeed94b312b9c15 /echld_test.c | |
parent | 4e328e47098501c65f751774b8a13493f44b7214 (diff) | |
download | wireshark-1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e.tar.gz wireshark-1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e.tar.bz2 wireshark-1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e.zip |
Add editor modelines; Adjust whitespace as needed.
Change-Id: I4da7b335d905dbca10bbce03aa88e1cdeeb1f8ad
Reviewed-on: https://code.wireshark.org/review/4626
Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'echld_test.c')
-rw-r--r-- | echld_test.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/echld_test.c b/echld_test.c index 1abb3ae8d2..5ac9f5fd82 100644 --- a/echld_test.c +++ b/echld_test.c @@ -411,3 +411,16 @@ int main(int argc _U_, char** argv _U_) { echld_terminate(); return 0; } + +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 8 + * tab-width: 8 + * indent-tabs-mode: t + * End: + * + * vi: set shiftwidth=8 tabstop=8 noexpandtab: + * :indentSize=8:tabSize=8:noTabs=false: + */ |