Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@ -46,7 +46,7 @@
|
||||
#ifdef TOOLS_ENABLED
|
||||
class VisualScriptEditorSignalEdit : public Object {
|
||||
|
||||
GDCLASS(VisualScriptEditorSignalEdit, Object)
|
||||
GDCLASS(VisualScriptEditorSignalEdit, Object);
|
||||
|
||||
StringName sig;
|
||||
|
||||
@ -186,7 +186,7 @@ public:
|
||||
|
||||
class VisualScriptEditorVariableEdit : public Object {
|
||||
|
||||
GDCLASS(VisualScriptEditorVariableEdit, Object)
|
||||
GDCLASS(VisualScriptEditorVariableEdit, Object);
|
||||
|
||||
StringName var;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user