From 188846cecfda3b8f19e45ca37a60d817bff2afed Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 11:54:59 +0200 Subject: Remove trailing whitespaces --- mate-panel/panel-background.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mate-panel/panel-background.h') diff --git a/mate-panel/panel-background.h b/mate-panel/panel-background.h index 65baf2a2..7d92078a 100644 --- a/mate-panel/panel-background.h +++ b/mate-panel/panel-background.h @@ -39,7 +39,7 @@ typedef struct _PanelBackground PanelBackground; -typedef void (*PanelBackgroundChangedNotify) +typedef void (*PanelBackgroundChangedNotify) (PanelBackground *background, gpointer user_data); @@ -52,7 +52,7 @@ struct _PanelBackground { GdkRGBA color; char *image; - GdkPixbuf *loaded_image; + GdkPixbuf *loaded_image; GtkOrientation orientation; GdkRectangle region; @@ -90,7 +90,7 @@ void panel_background_set (PanelBackground *background, const char *image, gboolean fit_image, gboolean stretch_image, - gboolean rotate_image); + gboolean rotate_image); void panel_background_set_type (PanelBackground *background, PanelBackgroundType type); void panel_background_set_opacity (PanelBackground *background, -- cgit v1.2.1