[Bf-blender-cvs] [742c2e46bb1] master: Cleanup: format

Chris Blackbourn noreply at git.blender.org
Fri Jan 27 02:48:37 CET 2023


Commit: 742c2e46bb1eee2d874b137e973658db57683f78
Author: Chris Blackbourn
Date:   Fri Jan 27 14:45:37 2023 +1300
Branches: master
https://developer.blender.org/rB742c2e46bb1eee2d874b137e973658db57683f78

Cleanup: format

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

M	source/blender/io/usd/intern/usd_reader_stage.cc

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

diff --git a/source/blender/io/usd/intern/usd_reader_stage.cc b/source/blender/io/usd/intern/usd_reader_stage.cc
index 3ee5e666d38..393d8acba4a 100644
--- a/source/blender/io/usd/intern/usd_reader_stage.cc
+++ b/source/blender/io/usd/intern/usd_reader_stage.cc
@@ -355,7 +355,8 @@ void USDStageReader::fake_users_for_unused_materials()
 {
   /* Iterate over the imported materials and set a fake user for any unused
    * materials. */
-  for (const std::pair<const std::string, std::string> &path_mat_pair : settings_.usd_path_to_mat_name) {
+  for (const std::pair<const std::string, std::string> &path_mat_pair :
+       settings_.usd_path_to_mat_name) {
 
     std::map<std::string, Material *>::iterator mat_it = settings_.mat_name_to_mat.find(
         path_mat_pair.second);



More information about the Bf-blender-cvs mailing list