style: keep tab indenting consistency

This commit is contained in:
shmoodyyy
2025-03-23 14:45:08 +01:00
committed by Thomas Krijnen
parent c6e3ac4155
commit dd53f9b494
3 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -15,12 +15,12 @@ ifcopenshell::geometry::Converter::Converter(const std::string& geometry_library
ifcopenshell::geometry::Converter::~Converter()
{
if (kernel_ != nullptr) {
delete kernel_;
}
if (mapping_ != nullptr) {
delete mapping_;
}
if (kernel_ != nullptr) {
delete kernel_;
}
if (mapping_ != nullptr) {
delete mapping_;
}
}
namespace {