[Bf-blender-cvs] [a38840a9b82] master: Cleanup: clang-format

Lukas Stockner noreply at git.blender.org
Mon Dec 30 19:26:35 CET 2019


Commit: a38840a9b82e037f645b3340aef761abdc4f4f65
Author: Lukas Stockner
Date:   Mon Dec 30 19:20:28 2019 +0100
Branches: master
https://developer.blender.org/rBa38840a9b82e037f645b3340aef761abdc4f4f65

Cleanup: clang-format

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

M	source/blender/makesrna/intern/rna_userdef.c

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

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index e90aa80df47..b35b1c8b4a1 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -4511,8 +4511,7 @@ static void rna_def_userdef_view(BlenderRNA *brna)
   prop = RNA_def_property(srna, "lookdev_sphere_size", PROP_INT, PROP_PIXEL);
   RNA_def_property_int_sdna(prop, NULL, "lookdev_sphere_size");
   RNA_def_property_range(prop, 50, 400);
-  RNA_def_property_ui_text(
-      prop, "HDRI Preview Size", "Diameter of the HDRI preview spheres");
+  RNA_def_property_ui_text(prop, "HDRI Preview Size", "Diameter of the HDRI preview spheres");
   RNA_def_property_update(prop, 0, "rna_userdef_update");
 
   /* View2D Grid Displays */



More information about the Bf-blender-cvs mailing list