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:
authorPhilipp Oeser <info@graphics-engineer.com>2021-09-24 11:45:36 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2021-09-24 11:45:36 +0300
commit3ac342dc6d8024024de095dadb7b2a1e7b53583d (patch)
tree16555815f52cb03ccd519aa506b9a513c311214c /source/blender/blenloader
parent9a45a4c52597fbdc1cc5871329fdbc4db3b4357f (diff)
Cleanup: clang format
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_300.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index 0d333ac2edc..88df4f73d45 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -536,8 +536,9 @@ void do_versions_after_linking_300(Main *bmain, ReportList *UNUSED(reports))
}
}
LISTBASE_FOREACH (Brush *, brush, &bmain->brushes) {
- if (brush->clone.image != NULL && ELEM(brush->clone.image->type, IMA_TYPE_R_RESULT,
- IMA_TYPE_COMPOSITE)) { brush->clone.image = NULL;
+ if (brush->clone.image != NULL &&
+ ELEM(brush->clone.image->type, IMA_TYPE_R_RESULT, IMA_TYPE_COMPOSITE)) {
+ brush->clone.image = NULL;
}
}
}