summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-color.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:54:59 +0200
committerZenWalker <[email protected]>2019-07-05 17:09:27 +0200
commit188846cecfda3b8f19e45ca37a60d817bff2afed (patch)
tree571ae1908573dd88f390482faf1a8c75ea61cc68 /mate-panel/libpanel-util/panel-color.c
parent96ceed2717780188bc0eb84565d91617783d7192 (diff)
downloadmate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2
mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'mate-panel/libpanel-util/panel-color.c')
-rw-r--r--mate-panel/libpanel-util/panel-color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/libpanel-util/panel-color.c b/mate-panel/libpanel-util/panel-color.c
index 864d68d8..f6148aaa 100644
--- a/mate-panel/libpanel-util/panel-color.c
+++ b/mate-panel/libpanel-util/panel-color.c
@@ -164,7 +164,7 @@ hls_to_rgb (gdouble *h, gdouble *l, gdouble *s)
* Takes a colour "a", scales the lightness and saturation by a certain amount,
* and sets "b" to the resulting colour.
* gtkstyle.c cut-and-pastage.
- */
+ */
void
gtk_style_shade (GdkRGBA *a, GdkRGBA *b, gdouble k)
{