From a3bd9a410edb832697fe60039e2e944ad0e65777 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Mon, 3 Sep 2012 18:37:03 +0000 Subject: add editor modelines (that match the current indentation style) svn path=/trunk/; revision=44755 --- epan/dissectors/packet-mpeg-pat.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'epan/dissectors/packet-mpeg-pat.c') diff --git a/epan/dissectors/packet-mpeg-pat.c b/epan/dissectors/packet-mpeg-pat.c index b7b9cce2fa..b538bebba8 100644 --- a/epan/dissectors/packet-mpeg-pat.c +++ b/epan/dissectors/packet-mpeg-pat.c @@ -201,3 +201,16 @@ void proto_reg_handoff_mpeg_pat(void) mpeg_pat_handle = create_dissector_handle(dissect_mpeg_pat, proto_mpeg_pat); dissector_add_uint("mpeg_sect.tid", MPEG_PAT_TID, mpeg_pat_handle); } + +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 4 + * indent-tabs-mode: t + * End: + * + * vi: set shiftwidth=4 tabstop=4 noexpandtab: + * :indentSize=4:tabSize=4:noTabs=false: + */ -- cgit v1.2.3