You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Style: Apply clang-format again on all files
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
This commit is contained in:
@@ -256,6 +256,4 @@ bool Face3::intersects_aabb2(const AABB &p_aabb) const {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//this sucks...
|
|
||||||
|
|
||||||
#endif // FACE3_H
|
#endif // FACE3_H
|
||||||
|
|||||||
@@ -2978,8 +2978,7 @@ void GDScriptParser::_parse_extends(ClassNode *p_class) {
|
|||||||
|
|
||||||
StringName identifier = tokenizer->get_token_identifier();
|
StringName identifier = tokenizer->get_token_identifier();
|
||||||
p_class->extends_class.push_back(identifier);
|
p_class->extends_class.push_back(identifier);
|
||||||
}
|
} break;
|
||||||
break;
|
|
||||||
|
|
||||||
case GDScriptTokenizer::TK_PERIOD:
|
case GDScriptTokenizer::TK_PERIOD:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user