From 2c4ae5e7685c462f8d464448e4617b8dea029e72 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 9 Nov 2012 22:40:00 -0500 Subject: Coding style and whitespace cleanup. --- modules/prefer-plain/e-mail-parser-prefer-plain.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/prefer-plain') diff --git a/modules/prefer-plain/e-mail-parser-prefer-plain.c b/modules/prefer-plain/e-mail-parser-prefer-plain.c index 47d571b3e6..66ff32106c 100644 --- a/modules/prefer-plain/e-mail-parser-prefer-plain.c +++ b/modules/prefer-plain/e-mail-parser-prefer-plain.c @@ -200,8 +200,9 @@ empe_prefer_plain_parse (EMailParserExtension *extension, if (emp_pp->mode != ONLY_PLAIN) return NULL; - /* Enforcing text/plain, but got only HTML part, thus add it as attachment, - to not show empty message preview, which is confusing */ + /* Enforcing text/plain, but got only HTML part, so add it + * as attachment, to not show empty message preview, which + * is confusing. */ return make_part_attachment ( parser, part, part_id, FALSE, cancellable); -- cgit v1.2.3