From d0b453577a84212e7dccc5bc40507bdbee65a42e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 26 Nov 2015 11:08:25 +1100 Subject: Cleanup: whitespace --- source/blender/makesrna/intern/rna_define.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_define.c') diff --git a/source/blender/makesrna/intern/rna_define.c b/source/blender/makesrna/intern/rna_define.c index 3b01305110c..d2b8f501576 100644 --- a/source/blender/makesrna/intern/rna_define.c +++ b/source/blender/makesrna/intern/rna_define.c @@ -1315,7 +1315,7 @@ void RNA_def_property_ui_icon(PropertyRNA *prop, int icon, bool consecutive) * The values hare are a little confusing: * * \param step: Used as the value to increase/decrease when clicking on number buttons, - * \as well as scaling mouse input for click-dragging number buttons. + * as well as scaling mouse input for click-dragging number buttons. * For floats this is (step * UI_PRECISION_FLOAT_SCALE), why? - nobody knows. * For ints, whole values are used. * -- cgit v1.2.3