From 1daa20ad9f6f0c433a4e0a97a74e5beb9ea4e2c7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 Jul 2018 10:17:58 +0200 Subject: Cleanup: strip trailing space for cycles --- intern/cycles/render/integrator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'intern/cycles/render/integrator.h') diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h index 3cb430d72b4..f68400ac416 100644 --- a/intern/cycles/render/integrator.h +++ b/intern/cycles/render/integrator.h @@ -75,7 +75,7 @@ public: NUM_METHODS, }; - + Method method; SamplingPattern sampling_pattern; @@ -95,4 +95,3 @@ public: CCL_NAMESPACE_END #endif /* __INTEGRATOR_H__ */ - -- cgit v1.2.3