From 6dfc05e9febe44d67fcdcf5b5b00873b16235bb0 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Sat, 17 Nov 2018 18:29:26 +0100 Subject: [PATCH] fix formatting Signed-off-by: Thorsten Liebig --- FDTD/extensions/operator_ext_lorentzmaterial.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FDTD/extensions/operator_ext_lorentzmaterial.cpp b/FDTD/extensions/operator_ext_lorentzmaterial.cpp index 24d41dc..21ad184 100644 --- a/FDTD/extensions/operator_ext_lorentzmaterial.cpp +++ b/FDTD/extensions/operator_ext_lorentzmaterial.cpp @@ -226,7 +226,7 @@ bool Operator_Ext_LorentzMaterial::BuildExtension() // CSProperties* prop = m_Op->GetGeometryCSX()->GetPropertyByCoordPriority(coord,(CSProperties::PropertyType)(CSProperties::METAL | CSProperties::MATERIAL), true); CSProperties* prop = m_Op->GetGeometryCSX()->GetPropertyByCoordPriority(coord, vPrims, true); - if(prop==NULL) continue; + if (prop==NULL) continue; if ((mat = prop->ToLorentzMaterial())) { @@ -281,7 +281,7 @@ bool Operator_Ext_LorentzMaterial::BuildExtension() // CSProperties* prop = m_Op->GetGeometryCSX()->GetPropertyByCoordPriority(coord,(CSProperties::PropertyType)(CSProperties::METAL | CSProperties::MATERIAL), true); CSProperties* prop = m_Op->GetGeometryCSX()->GetPropertyByCoordPriority(coord, vPrims, true); - if(prop==NULL) continue; + if (prop==NULL) continue; if ((mat = prop->ToLorentzMaterial())) {