[Bf-blender-cvs] [4ef6ee978a2] temp-T73411-view-layer-lazy-cache: Apply formatting.

Monique noreply at git.blender.org
Tue Sep 13 21:38:54 CEST 2022


Commit: 4ef6ee978a2d1803cd53a0f11c3d42702c994e00
Author: Monique
Date:   Tue Sep 13 21:38:49 2022 +0200
Branches: temp-T73411-view-layer-lazy-cache
https://developer.blender.org/rB4ef6ee978a2d1803cd53a0f11c3d42702c994e00

Apply formatting.

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

M	source/blender/blenloader/tests/blendfile_loading_base_test.cc

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

diff --git a/source/blender/blenloader/tests/blendfile_loading_base_test.cc b/source/blender/blenloader/tests/blendfile_loading_base_test.cc
index adf53f036c6..615e30a728e 100644
--- a/source/blender/blenloader/tests/blendfile_loading_base_test.cc
+++ b/source/blender/blenloader/tests/blendfile_loading_base_test.cc
@@ -126,7 +126,7 @@ bool BlendfileLoadingBaseTest::blendfile_load(const char *filepath)
                   << test_assets_dir << "'";
     return false;
   }
-  
+
   /* Make sure that all view_layers in the file are synced. Depsgraph can make a copy of the whole
    * scene, which will fail when one view layer isn't synced. */
   LISTBASE_FOREACH (ViewLayer *, view_layer, &bfile->curscene->view_layers) {



More information about the Bf-blender-cvs mailing list