mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 08:53:35 +00:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
parent
43a9b8c76c
commit
38d3bfe971
143 changed files with 463 additions and 380 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue