Normalize whitespaces in the codebase

This commit is contained in:
Andrej730
2026-08-19 18:16:59 +05:00
parent 030e6e5bb4
commit 104591a80b
117 changed files with 636 additions and 638 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ namespace usd_utils {
for (std::size_t i = 0; i < vec.size(); ++i)
array[i] = vec[i];
return array;
}
}
}
class SERIALIZERS_API usd_serializer : public ifcopenshell::geom::write_only_geometry_serializer {