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

Campbell Barton noreply at git.blender.org
Thu Apr 30 09:29:16 CEST 2020


Commit: e1d4c3bc36e342680a2278d5dc8a02189ef91f96
Author: Campbell Barton
Date:   Thu Apr 30 17:22:00 2020 +1000
Branches: master
https://developer.blender.org/rBe1d4c3bc36e342680a2278d5dc8a02189ef91f96

Cleanup: clang-format

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

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

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

diff --git a/source/blender/makesrna/intern/rna_sequencer.c b/source/blender/makesrna/intern/rna_sequencer.c
index 876aad86f0c..8724cac9227 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -2020,9 +2020,10 @@ static void rna_def_editor(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "use_prefetch", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "cache_flag", SEQ_CACHE_PREFETCH_ENABLE);
-  RNA_def_property_ui_text(prop,
-                           "Prefetch Frames",
-                           "Render frames ahead of playhead in the background for faster playback");
+  RNA_def_property_ui_text(
+      prop,
+      "Prefetch Frames",
+      "Render frames ahead of playhead in the background for faster playback");
   RNA_def_property_update(prop, NC_SCENE | ND_SEQUENCER, NULL);
 
   prop = RNA_def_property(srna, "recycle_max_cost", PROP_FLOAT, PROP_NONE);



More information about the Bf-blender-cvs mailing list