diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-28 15:46:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-28 16:41:19 +0300 |
commit | f146cd42ce84a08879eb286ecd2ed2aa8ad82300 (patch) | |
tree | f689f832f54f361be8cff61deb47c0e32febd486 /src/gui/color.h | |
parent | 409cee51fe11e2495a2741226432666a8702dceb (diff) | |
download | manaverse-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.gz manaverse-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.bz2 manaverse-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.tar.xz manaverse-f146cd42ce84a08879eb286ecd2ed2aa8ad82300.zip |
fix code style.
Diffstat (limited to 'src/gui/color.h')
-rw-r--r-- | src/gui/color.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/color.h b/src/gui/color.h index 646680d96..db8fda970 100644 --- a/src/gui/color.h +++ b/src/gui/color.h @@ -81,7 +81,8 @@ class Color final /** * Constructor. Constructs a color from the bytes in an integer. - * Call it with a hexadecimal constant for HTML-style color representation. + * Call it with a hexadecimal constant for HTML-style color + * representation. * The alpha component is 255 by default. * * EXAMPLE: Color(0xff50a0) constructs a very nice pinkish color. |