[Bf-blender-cvs] [9fadacf] master: cleanup: style

Campbell Barton noreply at git.blender.org
Thu Jan 8 10:16:56 CET 2015


Commit: 9fadacfd0f8e35e09b4db61e8a37259d88287d2d
Author: Campbell Barton
Date:   Thu Jan 8 19:57:50 2015 +1100
Branches: master
https://developer.blender.org/rB9fadacfd0f8e35e09b4db61e8a37259d88287d2d

cleanup: style

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

M	source/blender/bmesh/tools/bmesh_bevel.c
M	source/blender/editors/space_text/text_draw.c

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

diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c
index 81236b4..b25572e 100644
--- a/source/blender/bmesh/tools/bmesh_bevel.c
+++ b/source/blender/bmesh/tools/bmesh_bevel.c
@@ -3081,7 +3081,7 @@ static BevVert *bevel_vert_construct(BMesh *bm, BevelParams *bp, BMVert *v)
 		}
 		else if (bp->vertex_only) {
 			/* Weight has already been applied to bv->offset, if present.
-			 * Transfer to e->offset_[lr]_spec and treat percet as special case */
+			 * Transfer to e->offset_[lr]_spec and treat percent as special case */
 			if (bp->offset_type == BEVEL_AMT_PERCENT) {
 				v2 = BM_edge_other_vert(e->e, bv->v);
 				e->offset_l_spec = BM_edge_calc_length(e->e) * bv->offset / 100.0f;
diff --git a/source/blender/editors/space_text/text_draw.c b/source/blender/editors/space_text/text_draw.c
index ed1cbec..31662c0 100644
--- a/source/blender/editors/space_text/text_draw.c
+++ b/source/blender/editors/space_text/text_draw.c
@@ -1553,7 +1553,7 @@ void text_update_cursor_moved(bContext *C)
 /**
  * Takes a cursor (row, character) and returns x,y pixel coords.
  */
-bool ED_text_region_location_from_cursor(SpaceText *st, ARegion* ar, const int cursor_co[2], int r_pixel_co[2])
+bool ED_text_region_location_from_cursor(SpaceText *st, ARegion *ar, const int cursor_co[2], int r_pixel_co[2])
 {
 	TextLine *line = NULL;




More information about the Bf-blender-cvs mailing list