Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
parent
a8ceb7e3f2
commit
13c2ff9320
199 changed files with 954 additions and 875 deletions
|
|
@ -117,8 +117,8 @@ class HScrollBar : public ScrollBar {
|
|||
GDCLASS(HScrollBar, ScrollBar);
|
||||
|
||||
public:
|
||||
HScrollBar()
|
||||
: ScrollBar(HORIZONTAL) { set_v_size_flags(0); }
|
||||
HScrollBar() :
|
||||
ScrollBar(HORIZONTAL) { set_v_size_flags(0); }
|
||||
};
|
||||
|
||||
class VScrollBar : public ScrollBar {
|
||||
|
|
@ -126,8 +126,8 @@ class VScrollBar : public ScrollBar {
|
|||
GDCLASS(VScrollBar, ScrollBar);
|
||||
|
||||
public:
|
||||
VScrollBar()
|
||||
: ScrollBar(VERTICAL) { set_h_size_flags(0); }
|
||||
VScrollBar() :
|
||||
ScrollBar(VERTICAL) { set_h_size_flags(0); }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue