From 23e78cd6bda4758d4f54e0cf3b9c79bb6bcb1f6e Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 10 Oct 2014 10:41:10 -0400 Subject: Add editor modelines; Adjust whitespace as needed. Change-Id: I3dc57f4c2ca57585103e3b71503ac4c332903e50 Reviewed-on: https://code.wireshark.org/review/4594 Reviewed-by: Bill Meier --- epan/tap.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'epan/tap.c') diff --git a/epan/tap.c b/epan/tap.c index 8fda9a697b..d2b6fe9183 100644 --- a/epan/tap.c +++ b/epan/tap.c @@ -467,7 +467,7 @@ find_tap_id(const char *name) */ GString * register_tap_listener(const char *tapname, void *tapdata, const char *fstring, - guint flags, tap_reset_cb reset, tap_packet_cb packet, tap_draw_cb draw) + guint flags, tap_reset_cb reset, tap_packet_cb packet, tap_draw_cb draw) { tap_listener_t *tl; int tap_id; @@ -653,3 +653,16 @@ union_of_tap_listener_flags(void) } return flags; } + +/* + * 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: + */ -- cgit v1.2.3