Cleanup: trailing space
This commit is contained in:
		@@ -118,6 +118,3 @@ if(WIN32)
 | 
			
		||||
		)
 | 
			
		||||
	endif()
 | 
			
		||||
endif()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -301,7 +301,7 @@ static void multires_reshape_vertex_inner(
 | 
			
		||||
	MultiresReshapeContext *ctx = foreach_context->user_data;
 | 
			
		||||
	multires_reshape_vertex(
 | 
			
		||||
	        ctx,
 | 
			
		||||
	        ptex_face_index, u, v, 
 | 
			
		||||
	        ptex_face_index, u, v,
 | 
			
		||||
	        coarse_poly_index,
 | 
			
		||||
	        coarse_corner,
 | 
			
		||||
	        subdiv_vertex_index);
 | 
			
		||||
@@ -320,7 +320,7 @@ static void multires_reshape_vertex_every_corner(
 | 
			
		||||
	MultiresReshapeContext *ctx = foreach_context->user_data;
 | 
			
		||||
	multires_reshape_vertex(
 | 
			
		||||
	        ctx,
 | 
			
		||||
	        ptex_face_index, u, v, 
 | 
			
		||||
	        ptex_face_index, u, v,
 | 
			
		||||
	        coarse_poly_index,
 | 
			
		||||
	        coarse_corner,
 | 
			
		||||
	        subdiv_vertex_index);
 | 
			
		||||
@@ -339,7 +339,7 @@ static void multires_reshape_vertex_every_edge(
 | 
			
		||||
	MultiresReshapeContext *ctx = foreach_context->user_data;
 | 
			
		||||
	multires_reshape_vertex(
 | 
			
		||||
	        ctx,
 | 
			
		||||
	        ptex_face_index, u, v, 
 | 
			
		||||
	        ptex_face_index, u, v,
 | 
			
		||||
	        coarse_poly_index,
 | 
			
		||||
	        coarse_corner,
 | 
			
		||||
	        subdiv_vertex_index);
 | 
			
		||||
 
 | 
			
		||||
@@ -335,7 +335,7 @@ static void subdiv_foreach_corner_vertices_regular_do(
 | 
			
		||||
			continue;
 | 
			
		||||
		}
 | 
			
		||||
		const int coarse_vertex_index = coarse_loop->v;
 | 
			
		||||
		const int subdiv_vertex_index = 
 | 
			
		||||
		const int subdiv_vertex_index =
 | 
			
		||||
		        ctx->vertices_corner_offset + coarse_vertex_index;
 | 
			
		||||
		const float u = weights[corner][0];
 | 
			
		||||
		const float v = weights[corner][1];
 | 
			
		||||
@@ -1862,7 +1862,7 @@ static void subdiv_foreach_polys(SubdivForeachTaskContext *ctx,
 | 
			
		||||
			        ctx->foreach_context,
 | 
			
		||||
			        tls,
 | 
			
		||||
			        poly_index,
 | 
			
		||||
			        subdiv_polyon_index, 
 | 
			
		||||
			        subdiv_polyon_index,
 | 
			
		||||
			        loopstart, 4);
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user