[Bf-blender-cvs] [4a87f8107eb] master: Cleanup: format

Chris Blackbourn noreply at git.blender.org
Tue Oct 25 22:34:04 CEST 2022


Commit: 4a87f8107ebbb4da33ea278a1e7dcd75aba96b7b
Author: Chris Blackbourn
Date:   Wed Oct 26 09:33:22 2022 +1300
Branches: master
https://developer.blender.org/rB4a87f8107ebbb4da33ea278a1e7dcd75aba96b7b

Cleanup: format

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

M	source/blender/draw/intern/draw_manager_data.cc

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

diff --git a/source/blender/draw/intern/draw_manager_data.cc b/source/blender/draw/intern/draw_manager_data.cc
index b9e0db71122..792db9d0a6b 100644
--- a/source/blender/draw/intern/draw_manager_data.cc
+++ b/source/blender/draw/intern/draw_manager_data.cc
@@ -695,7 +695,7 @@ static void drw_call_obinfos_init(DRWObjectInfos *ob_infos, Object *ob)
   drw_call_calc_orco(ob, ob_infos->orcotexfac);
   /* Random float value. */
   uint random = (DST.dupli_source) ?
-                    DST.dupli_source->random_id :
+                     DST.dupli_source->random_id :
                      /* TODO(fclem): this is rather costly to do at runtime. Maybe we can
                       * put it in ob->runtime and make depsgraph ensure it is up to date. */
                      BLI_hash_int_2d(BLI_hash_string(ob->id.name + 2), 0);



More information about the Bf-blender-cvs mailing list