diff options
author | rbuj <[email protected]> | 2019-06-16 13:21:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-18 10:07:19 +0200 |
commit | 66368a189dea7ab666cb4089ee30b6ba04ba5132 (patch) | |
tree | 3d62c86143e83d6190578c20d2fe9714746b8eb5 /typing-break/drw-utils.c | |
parent | 5caf5bd5aa799c35050c728f72617ad6b03fb0d7 (diff) | |
download | mate-control-center-66368a189dea7ab666cb4089ee30b6ba04ba5132.tar.bz2 mate-control-center-66368a189dea7ab666cb4089ee30b6ba04ba5132.tar.xz |
Remove trailing whitespaces
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Diffstat (limited to 'typing-break/drw-utils.c')
-rw-r--r-- | typing-break/drw-utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, |