From adfdae3fc2f48de603de971f62a34e5d3a4b7d6b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Mar 2019 10:15:46 +1100 Subject: Cleanup: style --- source/blender/blenloader/intern/readfile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/blenloader') 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) { -- cgit v1.2.3