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
@@ -103,7 +103,7 @@ class IFC_SCHEMA_API hierarchy_helper : public ifcopenshell::file {
auto t = create<T>();
t.set_attribute_value(0, std::vector<double>{x, y});
return t;
}
}
template <typename T, typename U>
T addValue(U value) {