Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-08-29 18:05:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-29 18:05:13 +0300
commit76a9752be21a593387900e3885472de988a5a5c0 (patch)
tree9dcd328b7ad42064f9ad3e4c9b7b669c9a218317 /intern/cycles/bvh
parentddf8c49736864fe89348c002fecaacdcb1c28c8e (diff)
Cleanup: trailing space
Diffstat (limited to 'intern/cycles/bvh')
-rw-r--r--intern/cycles/bvh/bvh8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/bvh/bvh8.cpp b/intern/cycles/bvh/bvh8.cpp
index e8b6726602c..b12c49a9ba7 100644
--- a/intern/cycles/bvh/bvh8.cpp
+++ b/intern/cycles/bvh/bvh8.cpp
@@ -357,7 +357,7 @@ void BVH8::pack_nodes(const BVHNode *root)
idx = nextNodeIdx;
nextNodeIdx += node_is_unaligned(nodes[i], bvh8)
? BVH_UNALIGNED_ONODE_SIZE
- : BVH_ONODE_SIZE;
+ : BVH_ONODE_SIZE;
}
stack.push_back(BVHStackEntry(nodes[i], idx));
}