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>2019-03-26 02:15:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-26 02:15:46 +0300
commitadfdae3fc2f48de603de971f62a34e5d3a4b7d6b (patch)
tree8c53aa3de432b0a986d1869a3f6494e76caefa39 /source/blender/blenloader
parenta750dea74e5278d24a800468bcf5f433d4a46bcf (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 190b07991e5..f1aecc92bfd 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -2619,8 +2619,7 @@ static void lib_link_brush(FileData *fd, Main *main)
/* link default grease pencil palette */
if (brush->gpencil_settings != NULL)
{
- if (brush->gpencil_settings->flag & GP_BRUSH_MATERIAL_PINNED)
- {
+ if (brush->gpencil_settings->flag & GP_BRUSH_MATERIAL_PINNED) {
brush->gpencil_settings->material = newlibadr_us(fd, brush->id.lib, brush->gpencil_settings->material);
if (!brush->gpencil_settings->material) {