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/util/util_debug.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intern/cycles/util') diff --git a/intern/cycles/util/util_debug.cpp b/intern/cycles/util/util_debug.cpp index a761c9c46de..68e6f261057 100644 --- a/intern/cycles/util/util_debug.cpp +++ b/intern/cycles/util/util_debug.cpp @@ -57,13 +57,13 @@ void DebugFlags::CPU::reset() #undef STRINGIFY #undef CHECK_CPU_FLAGS - if (getenv("CYCLES_BVH2") != NULL) { + if(getenv("CYCLES_BVH2") != NULL) { bvh_layout = BVH_LAYOUT_BVH2; } - else if (getenv("CYCLES_BVH4") != NULL) { + else if(getenv("CYCLES_BVH4") != NULL) { bvh_layout = BVH_LAYOUT_BVH4; } - else if (getenv("CYCLES_BVH8") != NULL) { + else if(getenv("CYCLES_BVH8") != NULL) { bvh_layout = BVH_LAYOUT_BVH8; } else { -- cgit v1.2.3