From a563805c92126afdc0dcdce460657773b46ec84e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 21 Jul 2010 16:50:53 +0000 Subject: [PATCH] * indentation fix --- citadel/modules/imap/imap_fetch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/citadel/modules/imap/imap_fetch.c b/citadel/modules/imap/imap_fetch.c index db1fc2dd7..45946b2f0 100644 --- a/citadel/modules/imap/imap_fetch.c +++ b/citadel/modules/imap/imap_fetch.c @@ -705,7 +705,8 @@ void imap_fetch_body(long msgnum, ConstStr item, int is_peek) { mime_parser(msg->cm_fields['M'], NULL, *imap_load_part, NULL, NULL, section, - 1); + 1 + ); } if (loading_body_now) { -- 2.30.2