Cycles: Cleanup, whitespace after keyword

This commit is contained in:
2018-08-30 17:34:11 +02:00
parent caa12b17e2
commit 94ea566b5a
3 changed files with 5 additions and 5 deletions

View File

@@ -682,7 +682,7 @@ SceneParams BlenderSync::get_scene_params(BL::Scene& b_scene,
/* TODO(sergey): Once OSL supports per-microarchitecture optimization get
* rid of this.
*/
if (params.shadingsystem == SHADINGSYSTEM_OSL) {
if(params.shadingsystem == SHADINGSYSTEM_OSL) {
params.bvh_layout = BVH_LAYOUT_BVH4;
}
else {