mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: apply clang-format (5.0.0) to current source
This commit is contained in:
parent
7e2d6b4450
commit
6a4e7198c5
147 changed files with 465 additions and 399 deletions
|
|
@ -116,16 +116,16 @@ class HButtonArray : public ButtonArray {
|
|||
OBJ_TYPE(HButtonArray, ButtonArray);
|
||||
|
||||
public:
|
||||
HButtonArray()
|
||||
: ButtonArray(HORIZONTAL){};
|
||||
HButtonArray() :
|
||||
ButtonArray(HORIZONTAL){};
|
||||
};
|
||||
|
||||
class VButtonArray : public ButtonArray {
|
||||
OBJ_TYPE(VButtonArray, ButtonArray);
|
||||
|
||||
public:
|
||||
VButtonArray()
|
||||
: ButtonArray(VERTICAL){};
|
||||
VButtonArray() :
|
||||
ButtonArray(VERTICAL){};
|
||||
};
|
||||
|
||||
#endif // BUTTON_ARRAY_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue