mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
style: keep tab indenting consistency
This commit is contained in:
committed by
Thomas Krijnen
parent
c6e3ac4155
commit
dd53f9b494
@@ -206,8 +206,8 @@ ifcopenshell::geometry::kernels::AbstractKernel* ifcopenshell::geometry::kernels
|
||||
}
|
||||
#endif
|
||||
if (kernels.size() != n + 1) {
|
||||
for (auto k : kernels)
|
||||
delete k;
|
||||
for (auto k : kernels)
|
||||
delete k;
|
||||
throw IfcParse::IfcException("Invalid hybrid kernel " + geometry_library);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user