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-print.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/em-format-html-print.c') diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c index 04216900bc..97a7627c6d 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -224,14 +224,14 @@ em_format_html_print_message (EMFormatHTMLPrint *efhp, if (efhp->async) { g_signal_connect ( efhp, "complete", G_CALLBACK (emfhp_complete), efhp); - + /* FIXME Not passing a GCancellable here. */ em_format_format_clone ( - (EMFormat *) efhp, + (EMFormat *) efhp, folder, message_uid, message, (EMFormat *) efhp->source, NULL); } else { - em_format_html_clone_sync (folder, message_uid, message, (EMFormatHTML *)efhp, (EMFormat *)efhp->source); + em_format_html_clone_sync (folder, message_uid, message, (EMFormatHTML *) efhp, (EMFormat *) efhp->source); emfhp_complete (efhp); } } -- cgit v1.2.3