From c3513b4f35289e36077056a5e2b862a697a05824 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 16 May 2014 14:59:32 +0200 Subject: Add modelines info Change-Id: Ia37dd9c79e70b839063e131c532ae2b724293600 Reviewed-on: https://code.wireshark.org/review/1663 Reviewed-by: Anders Broman --- epan/ipproto.c | 13 +++++++++++++ epan/ipproto.h | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/epan/ipproto.c b/epan/ipproto.c index 689f74cfd2..750b8e726f 100644 --- a/epan/ipproto.c +++ b/epan/ipproto.c @@ -295,3 +295,16 @@ const char *ipprotostr(const int proto) { #endif return s; } + +/* + * Editor modelines + * + * Local Variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * ex: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ diff --git a/epan/ipproto.h b/epan/ipproto.h index 9286bced84..3477507ebb 100644 --- a/epan/ipproto.h +++ b/epan/ipproto.h @@ -195,3 +195,16 @@ extern value_string_ext ipproto_val_ext; WS_DLL_PUBLIC const char *ipprotostr(const int proto); #endif /* ipproto.h */ + +/* + * Editor modelines + * + * Local Variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * ex: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ -- cgit v1.2.3