From 94ea566b5a185bd99c57eeaad974253896e0041c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 30 Aug 2018 17:34:11 +0200 Subject: Cycles: Cleanup, whitespace after keyword --- intern/cycles/device/device_cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/device/device_cpu.cpp') diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp index 5b3761f8353..7c72ab1a009 100644 --- a/intern/cycles/device/device_cpu.cpp +++ b/intern/cycles/device/device_cpu.cpp @@ -1031,7 +1031,7 @@ void device_cpu_info(vector& devices) if(system_cpu_support_sse2()) { info.bvh_layout_mask |= BVH_LAYOUT_BVH4; } - if (system_cpu_support_avx2()) { + if(system_cpu_support_avx2()) { info.bvh_layout_mask |= BVH_LAYOUT_BVH8; } info.has_volume_decoupled = true; -- cgit v1.2.3