From f36f60543ff8b99066f43a9df9a62b43cc3153c3 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 14 Jan 2019 17:09:44 +0100 Subject: OpenSubdiv: Cleanup, indentation --- intern/opensubdiv/internal/opensubdiv_topology_refiner.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intern') diff --git a/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc b/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc index 6ac8a67e3e6..1840a4fc989 100644 --- a/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc +++ b/intern/opensubdiv/internal/opensubdiv_topology_refiner.cc @@ -352,9 +352,9 @@ bool checkGeometryFacesMatch( } } if (!direct_match) { -// If face didn't match in direct direction we also test if it matches in -// reversed direction. This is because conversion might reverse loops to -// make normals consistent. + // If face didn't match in direct direction we also test if it matches in + // reversed direction. This is because conversion might reverse loops to + // make normals consistent. #ifdef OPENSUBDIV_ORIENT_TOPOLOGY for (int face_vertex_index = 0; face_vertex_index < num_face_vertices; ++face_vertex_index) { -- cgit v1.2.3