From 66368a189dea7ab666cb4089ee30b6ba04ba5132 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 16 Jun 2019 13:21:30 +0200 Subject: Remove trailing whitespaces find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ --- typing-break/drw-utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'typing-break/drw-utils.c') diff --git a/typing-break/drw-utils.c b/typing-break/drw-utils.c index bad0869e..c3f754c1 100644 --- a/typing-break/drw-utils.c +++ b/typing-break/drw-utils.c @@ -29,7 +29,7 @@ create_tile_pixbuf (GdkPixbuf *dest_pixbuf, GdkPixbuf *src_pixbuf, GdkRectangle *field_geom, guint alpha, - GdkColor *bg_color) + GdkColor *bg_color) { gboolean need_composite; gboolean use_simple; @@ -60,7 +60,7 @@ create_tile_pixbuf (GdkPixbuf *dest_pixbuf, if (need_composite && !use_simple) gdk_pixbuf_composite (src_pixbuf, dest_pixbuf, cx, cy, - MIN (pwidth, field_geom->width - cx), + MIN (pwidth, field_geom->width - cx), MIN (pheight, field_geom->height - cy), cx, cy, 1.0, 1.0, @@ -69,7 +69,7 @@ create_tile_pixbuf (GdkPixbuf *dest_pixbuf, else if (need_composite && use_simple) gdk_pixbuf_composite_color (src_pixbuf, dest_pixbuf, cx, cy, - MIN (pwidth, field_geom->width - cx), + MIN (pwidth, field_geom->width - cx), MIN (pheight, field_geom->height - cy), cx, cy, 1.0, 1.0, -- cgit v1.2.1