summaryrefslogtreecommitdiff
path: root/src/gui/rect.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-06 20:19:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-06 20:19:20 +0300
commit030beaba34912a9249b9219b43c7bdc1359859e6 (patch)
tree40e4cef8856bdc9e3401eed98dc69a27c758dca2 /src/gui/rect.h
parentaaacae5e2907e21ff7c0505fd4e48442ac809136 (diff)
downloadplus-030beaba34912a9249b9219b43c7bdc1359859e6.tar.gz
plus-030beaba34912a9249b9219b43c7bdc1359859e6.tar.bz2
plus-030beaba34912a9249b9219b43c7bdc1359859e6.tar.xz
plus-030beaba34912a9249b9219b43c7bdc1359859e6.zip
Fix code style.
Diffstat (limited to 'src/gui/rect.h')
-rw-r--r--src/gui/rect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/rect.h b/src/gui/rect.h
index 994886e92..303781354 100644
--- a/src/gui/rect.h
+++ b/src/gui/rect.h
@@ -93,9 +93,9 @@ class Rect notfinal
* @param height_ The height of the rectangle.
*/
constexpr Rect(const int x_,
- const int y_,
- const int width_,
- const int height_) :
+ const int y_,
+ const int width_,
+ const int height_) :
x(x_),
y(y_),
width(width_),