[Bf-blender-cvs] [8d6f546] master: Whitespace fix

Joshua Leung noreply at git.blender.org
Thu Jun 26 04:43:08 CEST 2014


Commit: 8d6f546f32c9e635866bb69a842822fcea90abb6
Author: Joshua Leung
Date:   Thu Jun 26 14:42:36 2014 +1200
https://developer.blender.org/rB8d6f546f32c9e635866bb69a842822fcea90abb6

Whitespace fix

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

M	source/blender/editors/object/object_select.c

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

diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c
index 8a98f38..d9166ab 100644
--- a/source/blender/editors/object/object_select.c
+++ b/source/blender/editors/object/object_select.c
@@ -791,7 +791,7 @@ static bool select_grouped_keyingset(bContext *C, ReportList *reports, Object *U
 			if ((ks->flag & KEYINGSET_ABSOLUTE) == 0) {
 				BKE_report(reports, RPT_ERROR, 
 				           "Use another Keying Set, as the active one depends on the currently "
-						   "selected objects or cannot find any targets due to unsuitable context");
+				           "selected objects or cannot find any targets due to unsuitable context");
 			}
 			else {
 				BKE_report(reports, RPT_ERROR, "Keying Set does not contain any paths");




More information about the Bf-blender-cvs mailing list