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

Jesse Yurkovich noreply at git.blender.org
Fri Aug 20 04:28:17 CEST 2021


Commit: fca6b2780fa481a6e5673f9cafc94c8f995d2676
Author: Jesse Yurkovich
Date:   Thu Aug 19 19:27:49 2021 -0700
Branches: master
https://developer.blender.org/rBfca6b2780fa481a6e5673f9cafc94c8f995d2676

Cleanup: clang-format

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

M	source/blender/blenkernel/intern/image_save.c

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

diff --git a/source/blender/blenkernel/intern/image_save.c b/source/blender/blenkernel/intern/image_save.c
index be86da05b57..f93ede517a9 100644
--- a/source/blender/blenkernel/intern/image_save.c
+++ b/source/blender/blenkernel/intern/image_save.c
@@ -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;
     }



More information about the Bf-blender-cvs mailing list