aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-15 02:00:57 +0000
committerAnders Broman <a.broman58@gmail.com>2016-02-15 05:37:25 +0000
commit21ab9b2cbefeb73cdc605a90e8980240452567c0 (patch)
treebac06cf0f6d193d6a0c228dbe610b65c221dbe5f
parent780f886d2996608855c9e7e002844e5a63822e95 (diff)
IMAP: Indentation
Change-Id: Ie5cacd1e058cffd5518dcad049731b27989c0e79 Reviewed-on: https://code.wireshark.org/review/13944 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-imap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-imap.c b/epan/dissectors/packet-imap.c
index 777f218cd8..b9cde04dca 100644
--- a/epan/dissectors/packet-imap.c
+++ b/epan/dissectors/packet-imap.c
@@ -344,8 +344,8 @@ proto_register_imap(void)
};
static gint *ett[] = {
- &ett_imap,
- &ett_imap_reqresp,
+ &ett_imap,
+ &ett_imap_reqresp,
};
proto_imap = proto_register_protocol("Internet Message Access Protocol", "IMAP", "imap");