From 23831b2161f807a35002fc0cab46eb4c8bbceac8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 21 Jul 2015 12:01:03 +1000 Subject: Cleanup: style --- source/blender/editors/physics/particle_edit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/physics/particle_edit.c') diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c index f25679986a5..877c8ba9a05 100644 --- a/source/blender/editors/physics/particle_edit.c +++ b/source/blender/editors/physics/particle_edit.c @@ -1685,10 +1685,10 @@ void PARTICLE_OT_select_random(wmOperatorType *ot) /* properties */ RNA_def_float_percentage (ot->srna, "percent", 50.0f, 0.0f, 100.0f, "Percent", - "Percentage (mean) of elements in randomly selected set", - 0.0f, 100.0f); + "Percentage (mean) of elements in randomly selected set", + 0.0f, 100.0f); ot->prop = RNA_def_enum (ot->srna, "type", select_random_type_items, RAN_HAIR, - "Type", "Select either hair or points"); + "Type", "Select either hair or points"); } /************************ select linked operator ************************/ -- cgit v1.2.3