mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@@ -35,7 +35,7 @@
|
||||
|
||||
class SplitContainer : public Container {
|
||||
|
||||
GDCLASS(SplitContainer, Container)
|
||||
GDCLASS(SplitContainer, Container);
|
||||
|
||||
public:
|
||||
enum DraggerVisibility {
|
||||
|
||||
Reference in New Issue
Block a user