From f9fc92aa0164e906fc53c80b7ae727bbf4fc52e0 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 10 Sep 2016 16:43:28 +0200 Subject: [PATCH] CQL: fix indent modelines Change-Id: Ie7ad09b3141fa6f4753981bd814736ee88c817d1 Reviewed-on: https://code.wireshark.org/review/17627 Reviewed-by: Michael Mann --- epan/dissectors/packet-cql.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/epan/dissectors/packet-cql.c b/epan/dissectors/packet-cql.c index 247bb8b7ca..7825abcf1e 100644 --- a/epan/dissectors/packet-cql.c +++ b/epan/dissectors/packet-cql.c @@ -1391,11 +1391,11 @@ proto_register_cql(void) * Editor modelines - http://www.wireshark.org/tools/modelines.html * * Local variables: - * c-basic-offset: 4 + * c-basic-offset: 8 * tab-width: 8 - * indent-tabs-mode: nil + * indent-tabs-mode: t * End: * - * vi: set shiftwidth=4 tabstop=8 expandtab: - * :indentSize=4:tabSize=8:noTabs=true: + * vi: set shiftwidth=8 tabstop=8 noexpandtab: + * :indentSize=8:tabSize=8:noTabs=false: */