Cleanup: Clang tidy

This commit is contained in:
Hans Goudey 2021-11-07 00:39:20 -05:00
parent eddf5ad581
commit 892da668dc
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ static void ntree_copy_data(Main *UNUSED(bmain), ID *id_dst, const ID *id_src, c
}
if (flag & LIB_ID_COPY_NO_PREVIEW) {
ntree_dst->preview = NULL;
ntree_dst->preview = nullptr;
}
else {
BKE_previewimg_id_copy(&ntree_dst->id, &ntree_src->id);