Cleanup: format

This commit is contained in:
Chris Blackbourn 2023-01-27 14:45:37 +13:00
parent e735bf02cb
commit 742c2e46bb
1 changed files with 2 additions and 1 deletions

View File

@ -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);