From 9b181b97c62542625a5ea6573e68c85202dd1f38 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 30 Sep 2014 16:59:17 -0400 Subject: Add editor modelines; Adjust whitespace; Remove boilerplate comments Change-Id: I1f5f83ed441f6009125cf2cbe5023af04986898a Reviewed-on: https://code.wireshark.org/review/4392 Reviewed-by: Bill Meier --- epan/dissectors/packet-dtpt.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-dtpt.c') diff --git a/epan/dissectors/packet-dtpt.c b/epan/dissectors/packet-dtpt.c index e865b0c035..83a3317e06 100644 --- a/epan/dissectors/packet-dtpt.c +++ b/epan/dissectors/packet-dtpt.c @@ -1226,4 +1226,15 @@ proto_reg_handoff_dtpt(void) dissector_add_uint("tcp.port", gbl_dtptServerPort, dtpt_handle); } - +/* + * 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