From 0ec77aaea556b32585965cb193e3d9e6dbfbc2ff Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 22 Jan 2019 13:47:08 +0100 Subject: [PATCH] Cleanup: space after template bracket --- .../internal/opensubdiv_evaluator_internal.cc | 12 ++++++------ 1 file 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 (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) { } };