From 1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 12 Oct 2014 14:56:12 -0400 Subject: Add editor modelines; Adjust whitespace as needed. Change-Id: I4da7b335d905dbca10bbce03aa88e1cdeeb1f8ad Reviewed-on: https://code.wireshark.org/review/4626 Reviewed-by: Bill Meier --- text2pcap.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'text2pcap.h') diff --git a/text2pcap.h b/text2pcap.h index 154a37c9d1..60d953f6d4 100644 --- a/text2pcap.h +++ b/text2pcap.h @@ -44,4 +44,17 @@ void parse_token(token_t token, char *str); int yylex(void); +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * vi: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ + #endif -- cgit v1.2.1