From 59e6e599ba390b0aa720973ff297260d7d354b73 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 18 Jan 2012 21:24:06 -0500 Subject: Coding style and whitespace cleanup. --- mail/em-format-html.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/em-format-html.c') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index a720d2cc9f..8e4769ecf2 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -332,7 +332,8 @@ static MailMsgInfo efh_format_info = { }; static gboolean -efh_format_helper (struct _format_msg *m, gboolean async) +efh_format_helper (struct _format_msg *m, + gboolean async) { GtkHTMLStream *hstream; EMFormatHTML *efh = m->format; @@ -409,7 +410,7 @@ efh_format_helper (struct _format_msg *m, gboolean async) if (async) { mail_msg_unordered_push (m); } else { - efh_format_exec(m, NULL, NULL); + efh_format_exec (m, NULL, NULL); } } -- cgit