You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
#endif
|
||||
|
||||
struct NativeScriptDesc {
|
||||
|
||||
struct Method {
|
||||
godot_instance_method method;
|
||||
MethodInfo info;
|
||||
@@ -185,7 +184,6 @@ public:
|
||||
};
|
||||
|
||||
class NativeScriptInstance : public ScriptInstance {
|
||||
|
||||
friend class NativeScript;
|
||||
|
||||
Object *owner;
|
||||
@@ -225,7 +223,6 @@ public:
|
||||
class NativeReloadNode;
|
||||
|
||||
class NativeScriptLanguage : public ScriptLanguage {
|
||||
|
||||
friend class NativeScript;
|
||||
friend class NativeScriptInstance;
|
||||
friend class NativeReloadNode;
|
||||
|
||||
Reference in New Issue
Block a user