Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-06-29 03:37:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-29 03:37:00 +0300
commit60a2038fbaaf78b3019e6375e28904f2a124e78d (patch)
treeef6502dfa2c1f685671d65c26b26084f1facd7ee /source/blender/blenloader
parent515d9f9a355b98c6c4af7d8d0b5ada169e4bdd0f (diff)
Cleanup: clang-tidy
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/tests/blendfile_loading_base_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/tests/blendfile_loading_base_test.cc b/source/blender/blenloader/tests/blendfile_loading_base_test.cc
index e93348b2158..8afa631ffc5 100644
--- a/source/blender/blenloader/tests/blendfile_loading_base_test.cc
+++ b/source/blender/blenloader/tests/blendfile_loading_base_test.cc
@@ -123,7 +123,7 @@ bool BlendfileLoadingBaseTest::blendfile_load(const char *filepath)
char abspath[FILENAME_MAX];
BLI_path_join(abspath, sizeof(abspath), test_assets_dir.c_str(), filepath, NULL);
- BlendFileReadReport bf_reports = {NULL};
+ BlendFileReadReport bf_reports = {nullptr};
bfile = BLO_read_from_file(abspath, BLO_READ_SKIP_NONE, &bf_reports);
if (bfile == nullptr) {
ADD_FAILURE() << "Unable to load file '" << filepath << "' from test assets dir '"