[Bf-blender-cvs] [d94ca35] mesh-transfer-data: Grmll, typo-space fix.

Bastien Montagne noreply at git.blender.org
Tue Nov 18 09:39:49 CET 2014


Commit: d94ca35cbc1ff6012a6938478d1daed151a4380f
Author: Bastien Montagne
Date:   Tue Nov 18 09:39:32 2014 +0100
Branches: mesh-transfer-data
https://developer.blender.org/rBd94ca35cbc1ff6012a6938478d1daed151a4380f

Grmll, typo-space fix.

===================================================================

M	source/blender/blenkernel/intern/mesh_remap.c

===================================================================

diff --git a/source/blender/blenkernel/intern/mesh_remap.c b/source/blender/blenkernel/intern/mesh_remap.c
index 1039a4e..b2c7293 100644
--- a/source/blender/blenkernel/intern/mesh_remap.c
+++ b/source/blender/blenkernel/intern/mesh_remap.c
@@ -199,7 +199,7 @@ static bool mesh_remap_bvhtree_query_raycast(
 		*rayhit = rayhit_tmp;
 	}
 
-	if ((rayhit->index != -1) && (rayhit->dist <= max_dist)){
+	if ((rayhit->index != -1) && (rayhit->dist <= max_dist)) {
 		*r_hit_dist = rayhit->dist;
 		return true;
 	}




More information about the Bf-blender-cvs mailing list