Cleanup: clang-format

This commit is contained in:
Jesse Yurkovich 2021-08-19 19:27:49 -07:00
parent f8637cd8af
commit fca6b2780f
1 changed files with 2 additions and 1 deletions

View File

@ -409,7 +409,8 @@ bool BKE_image_save(
BKE_reportf(reports,
RPT_ERROR,
"When saving a tiled image, the path '%s' must contain the UDIM tile number %d",
opts->filepath, first_tile->tile_number);
opts->filepath,
first_tile->tile_number);
return false;
}