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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-22 15:47:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-22 15:51:21 +0300
commit0ec77aaea556b32585965cb193e3d9e6dbfbc2ff (patch)
tree775a3b4103432ab124ac6b642b9b739fd0dde715 /intern/opensubdiv
parent185c2487a68125a309f3c4265419cefe163d4bdb (diff)
Cleanup: space after template bracket
Diffstat (limited to 'intern/opensubdiv')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
index 71bc75c6bb3..c74e05eca0f 100644
--- a/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
+++ b/intern/opensubdiv/internal/opensubdiv_evaluator_internal.cc
@@ -527,12 +527,12 @@ class CpuEvalOutput : public VolatileEvalOutput<CpuVertexBuffer,
CpuVertexBuffer,
StencilTable,
CpuPatchTable,
- CpuEvaluator> (vertex_stencils,
- varying_stencils,
- all_face_varying_stencils,
- face_varying_width,
- patch_table,
- evaluator_cache) {
+ CpuEvaluator>(vertex_stencils,
+ varying_stencils,
+ all_face_varying_stencils,
+ face_varying_width,
+ patch_table,
+ evaluator_cache) {
}
};