summaryrefslogtreecommitdiff
path: root/src/gui/color.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-21 01:37:40 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-21 01:37:40 +0300
commit05eaa7f08da97a2e6944ec64fbf0b32d0b835e24 (patch)
treed8a4624bd4da59f76921cc923b17a9bbbbf37d66 /src/gui/color.h
parent711007a87da954004ee9fae60c1fa2a64555a3b1 (diff)
downloadplus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.gz
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.bz2
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.xz
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.zip
Remove extra spaces at line ends.
Diffstat (limited to 'src/gui/color.h')
-rw-r--r--src/gui/color.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/color.h b/src/gui/color.h
index 3c5673487..ffcf93ce6 100644
--- a/src/gui/color.h
+++ b/src/gui/color.h
@@ -78,7 +78,7 @@ class Color final
Color();
/**
- * Constructor. Constructs a color from the bytes in an integer.
+ * Constructor. Constructs a color from the bytes in an integer.
* Call it with a hexadecimal constant for HTML-style color
* representation.
* The alpha component is 255 by default.
@@ -108,7 +108,7 @@ class Color final
/**
* Adds the RGB values of two colors together. The values will be
- * clamped if they go out of range.
+ * clamped if they go out of range.
*
* WARNING: This function will reset the alpha value of the
* returned color to 255.