From 186ac842103f410c663dfab440c9e40038dcea5b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 Apr 2020 18:54:34 +1100 Subject: Cleanup: clang-format --- source/blender/makesrna/intern/rna_brush.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c index 93f8053058a..86958c5970a 100644 --- a/source/blender/makesrna/intern/rna_brush.c +++ b/source/blender/makesrna/intern/rna_brush.c @@ -1346,7 +1346,9 @@ static void rna_def_gpencil_options(BlenderRNA *brna) RNA_def_property_range(prop, 0.001f, 1.0f); RNA_def_property_float_default(prop, 1.0f); RNA_def_property_ui_text( - prop, "Hardness", "Gradient from the center of Dot and Box strokes (set to 1 for a solid stroke)"); + prop, + "Hardness", + "Gradient from the center of Dot and Box strokes (set to 1 for a solid stroke)"); RNA_def_parameter_clear_flags(prop, PROP_ANIMATABLE, 0); /* gradient shape ratio */ -- cgit v1.2.3