Made use of semicolons more consitent, fixed formatting

This commit is contained in:
JohnJLight
2019-03-19 14:35:57 -04:00
committed by Rémi Verschelde
parent 294f681a08
commit af6a3a56a4
10 changed files with 55 additions and 47 deletions

View File

@@ -44,7 +44,7 @@ class VisualScriptEditorVariableEdit;
#ifdef TOOLS_ENABLED
class VisualScriptEditor : public ScriptEditorBase {
GDCLASS(VisualScriptEditor, ScriptEditorBase)
GDCLASS(VisualScriptEditor, ScriptEditorBase);
enum {
TYPE_SEQUENCE = 1000,