Style: Fix statements ending with ';;'
This commit is contained in:
parent
e2a3f06f3d
commit
f44ee891be
111 changed files with 227 additions and 227 deletions
|
|
@ -353,14 +353,14 @@ public:
|
|||
label = memnew( Label );
|
||||
label->set_text("Some Label");
|
||||
label->set_pos( Point2(20,20) );
|
||||
ctl->add_child(label);;
|
||||
ctl->add_child(label);
|
||||
|
||||
ctl= memnew( Control );
|
||||
ctl->set_name("tab 3");
|
||||
button = memnew( Button );
|
||||
button->set_text("Some Button");
|
||||
button->set_pos( Point2(30,50) );
|
||||
ctl->add_child(button);;
|
||||
ctl->add_child(button);
|
||||
|
||||
tabc->add_child(ctl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue