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. --- calendar/gui/print.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'calendar/gui/print.c') diff --git a/calendar/gui/print.c b/calendar/gui/print.c index d3b6068ca9..a63285465a 100644 --- a/calendar/gui/print.c +++ b/calendar/gui/print.c @@ -1466,12 +1466,12 @@ print_day_details (GtkPrintContext *context, GnomeCalendar *gcal, time_t whence, gint x, y; if (!pixbuf) { - const gchar **xpm = (const gchar **)jump_xpm; + const gchar **xpm = (const gchar **) jump_xpm; /* this ugly thing is here only to get rid of compiler warning about unused 'jump_xpm_focused' */ if (pixbuf) - xpm = (const gchar **)jump_xpm_focused; + xpm = (const gchar **) jump_xpm_focused; pixbuf = gdk_pixbuf_new_from_xpm_data (xpm); } @@ -1779,12 +1779,12 @@ print_week_event (GtkPrintContext *context, PangoFontDescription *font, } if (!pixbuf) { - const gchar **xpm = (const gchar **)jump_xpm; + const gchar **xpm = (const gchar **) jump_xpm; /* this ugly thing is here only to get rid of compiler warning about unused 'jump_xpm_focused' */ if (pixbuf) - xpm = (const gchar **)jump_xpm_focused; + xpm = (const gchar **) jump_xpm_focused; pixbuf = gdk_pixbuf_new_from_xpm_data (xpm); } @@ -2551,12 +2551,12 @@ print_work_week_day_details (GtkPrintContext *context, GnomeCalendar *gcal, gint x, y; if (!pixbuf) { - const gchar **xpm = (const gchar **)jump_xpm; + const gchar **xpm = (const gchar **) jump_xpm; /* this ugly thing is here only to get rid of compiler warning about unused 'jump_xpm_focused' */ if (pixbuf) - xpm = (const gchar **)jump_xpm_focused; + xpm = (const gchar **) jump_xpm_focused; pixbuf = gdk_pixbuf_new_from_xpm_data (xpm); } @@ -3104,7 +3104,7 @@ print_calendar (GnomeCalendar *gcal, } } - pcali.gcal = (GnomeCalendar *)gcal; + pcali.gcal = (GnomeCalendar *) gcal; pcali.start = start; operation = e_print_operation_new (); -- cgit v1.2.3