diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-06 20:19:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-06 20:19:20 +0300 |
commit | 030beaba34912a9249b9219b43c7bdc1359859e6 (patch) | |
tree | 40e4cef8856bdc9e3401eed98dc69a27c758dca2 /src/gui/colorpair.h | |
parent | aaacae5e2907e21ff7c0505fd4e48442ac809136 (diff) | |
download | plus-030beaba34912a9249b9219b43c7bdc1359859e6.tar.gz plus-030beaba34912a9249b9219b43c7bdc1359859e6.tar.bz2 plus-030beaba34912a9249b9219b43c7bdc1359859e6.tar.xz plus-030beaba34912a9249b9219b43c7bdc1359859e6.zip |
Fix code style.
Diffstat (limited to 'src/gui/colorpair.h')
-rw-r--r-- | src/gui/colorpair.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/colorpair.h b/src/gui/colorpair.h index 29981bd60..d4ef13656 100644 --- a/src/gui/colorpair.h +++ b/src/gui/colorpair.h @@ -28,7 +28,7 @@ class Color; struct ColorPair final { constexpr ColorPair(const Color *const c1, - const Color *const c2) : + const Color *const c2) : color1(c1), color2(c2) { |