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:
@@ -363,7 +363,6 @@ MeshGeometry::MappingData<T> MeshGeometry::resolve_vertex_data_array(
|
||||
const std::string &ReferenceInformationType,
|
||||
const std::string &dataElementName,
|
||||
const std::string &indexOverride) {
|
||||
|
||||
ERR_FAIL_COND_V_MSG(source == nullptr, MappingData<T>(), "Invalid scope operator preventing memory corruption");
|
||||
|
||||
// UVIndex, MaterialIndex, NormalIndex, etc..
|
||||
|
||||
Reference in New Issue
Block a user