From f8db8a3faa30b71dca33ced38be16d3f93f43e8a Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sun, 19 Mar 2017 00:36:26 +0100 Subject: Bring that Whole New World to the Old Continent too Applies the clang-format style to the 2.1 branch as done for master in 5dbf1809c6e3e905b94b8764e99491e608122261. --- scene/gui/button_array.h | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) (limited to 'scene/gui/button_array.h') diff --git a/scene/gui/button_array.h b/scene/gui/button_array.h index d01ac08cc..19835d115 100644 --- a/scene/gui/button_array.h +++ b/scene/gui/button_array.h @@ -34,6 +34,7 @@ class ButtonArray : public Control { OBJ_TYPE(ButtonArray, Control); + public: enum Align { ALIGN_BEGIN, @@ -42,8 +43,8 @@ public: ALIGN_FILL, ALIGN_EXPAND_FILL }; -private: +private: Orientation orientation; Align align; @@ -64,19 +65,17 @@ private: double min_button_size; Vector