From 258c2a16332e771f93c4fe39d199f05fa3c34145 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Sun, 4 Jul 2021 18:13:09 +0200 Subject: [PATCH] clang-format --- Core/Computation/DWBASingleComputation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Computation/DWBASingleComputation.cpp b/Core/Computation/DWBASingleComputation.cpp index f50e6782275..fc0cf3b6109 100644 --- a/Core/Computation/DWBASingleComputation.cpp +++ b/Core/Computation/DWBASingleComputation.cpp @@ -24,7 +24,7 @@ DWBASingleComputation::DWBASingleComputation(const ProcessedSample& sample, const SimulationOptions& options, bool forcePolarized) : m_fresnel_map(sample.fresnelMap()) - , m_spec_comp(options.includeSpecular() ? new GISASSpecularComputation(m_fresnel_map): nullptr) + , m_spec_comp(options.includeSpecular() ? new GISASSpecularComputation(m_fresnel_map) : nullptr) , m_roughness_comp(sample.hasRoughness() ? new RoughMultiLayerComputation(&sample) : nullptr) // , m_layout_comps(std::move(makeLayoutComputation)) { -- GitLab