Browse Source

Formatting

Mario Zechner 5 tháng trước cách đây
mục cha
commit
3cc43389b9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      spine-godot/spine_godot/SpineEditorPlugin.h

+ 2 - 2
spine-godot/spine_godot/SpineEditorPlugin.h

@@ -291,9 +291,9 @@ public:
 	explicit SpineEditorPlugin(EditorNode *node);
 
 #if VERSION_MAJOR > 3 && VERSION_MINOR > 3
-    String get_plugin_name() const override { return "SpineEditorPlugin"; }
+	String get_plugin_name() const override { return "SpineEditorPlugin"; }
 #else
-    String get_name() const override { return "SpineEditorPlugin"; }
+	String get_name() const override { return "SpineEditorPlugin"; }
 #endif
 #endif
 };