You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -66,7 +66,6 @@ TScriptInstance *cast_script_instance(ScriptInstance *p_inst) {
|
||||
#define CAST_CSHARP_INSTANCE(m_inst) (cast_script_instance<CSharpInstance, CSharpLanguage>(m_inst))
|
||||
|
||||
class CSharpScript : public Script {
|
||||
|
||||
GDCLASS(CSharpScript, Script);
|
||||
|
||||
friend class CSharpInstance;
|
||||
@@ -206,7 +205,6 @@ public:
|
||||
};
|
||||
|
||||
class CSharpInstance : public ScriptInstance {
|
||||
|
||||
friend class CSharpScript;
|
||||
friend class CSharpLanguage;
|
||||
|
||||
@@ -296,7 +294,6 @@ struct CSharpScriptBinding {
|
||||
};
|
||||
|
||||
class CSharpLanguage : public ScriptLanguage {
|
||||
|
||||
friend class CSharpScript;
|
||||
friend class CSharpInstance;
|
||||
|
||||
@@ -320,7 +317,6 @@ class CSharpLanguage : public ScriptLanguage {
|
||||
#endif
|
||||
|
||||
struct StringNameCache {
|
||||
|
||||
StringName _signal_callback;
|
||||
StringName _set;
|
||||
StringName _get;
|
||||
|
||||
Reference in New Issue
Block a user