From 33bbdaa50b4911adcc937ff674466ea43ac8f45d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 23 Feb 2013 22:24:05 -0500 Subject: Coding style and whitespace cleanup. --- modules/prefer-plain/e-mail-parser-prefer-plain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 914b96952d..8282b024ad 100644 --- a/modules/prefer-plain/e-mail-parser-prefer-plain.c +++ b/modules/prefer-plain/e-mail-parser-prefer-plain.c @@ -313,7 +313,7 @@ empe_prefer_plain_parse (EMailParserExtension *extension, if (!g_queue_is_empty (&plain_text_parts) && !g_queue_is_empty (&work_queue) && nparts > 1) { /* a text/html part is hidden, but not marked as attachment, - thus do that now, when there exists a text/plain part */ + * thus do that now, when there exists a text/plain part */ GList *qiter; for (qiter = g_queue_peek_head_link (&work_queue); qiter; qiter = g_list_next (qiter)) { -- cgit v1.2.3