From 8a186c3588d3598857c36e2122fa68d01eba30fd Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 8 May 2011 13:24:42 -0400 Subject: Coding style cleanups. --- 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 f67d3c7084..1be0e5ed63 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -40,7 +40,7 @@ static gpointer parent_class = NULL; static void efhp_finalize (GObject *object) { - EMFormatHTMLPrint *efhp = (EMFormatHTMLPrint *)object; + EMFormatHTMLPrint *efhp = (EMFormatHTMLPrint *) object; gtk_widget_destroy (efhp->window); if (efhp->source != NULL) @@ -78,7 +78,7 @@ efhp_class_init (EMFormatHTMLPrintClass *class) static void efhp_init (GObject *o) { - EMFormatHTMLPrint *efhp = (EMFormatHTMLPrint *)o; + EMFormatHTMLPrint *efhp = (EMFormatHTMLPrint *) o; EWebView *web_view; web_view = em_format_html_get_web_view (EM_FORMAT_HTML (efhp)); @@ -89,7 +89,7 @@ efhp_init (GObject *o) gtk_container_add (GTK_CONTAINER (efhp->window), GTK_WIDGET (web_view)); gtk_widget_realize (GTK_WIDGET (web_view)); efhp->parent.show_icon = FALSE; - ((EMFormat *)efhp)->print = TRUE; + ((EMFormat *) efhp)->print = TRUE; } GType -- cgit v1.2.3