From 40a345a9c75259216c158ec509e756c4d3f19fd5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 24 Jun 2015 05:13:43 +1000 Subject: Cleanup: style --- source/blender/blenloader/intern/writefile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c index fc464714edc..f5954ab75a7 100644 --- a/source/blender/blenloader/intern/writefile.c +++ b/source/blender/blenloader/intern/writefile.c @@ -1096,7 +1096,7 @@ static void write_pointcaches(WriteData *wd, ListBase *ptcaches) for (i=0; idata[i] && pm->data_types & (1<data[i]), pm->data[i]); else writestruct(wd, DATA, ptcache_data_struct[i], pm->totpoint, pm->data[i]); @@ -1104,7 +1104,7 @@ static void write_pointcaches(WriteData *wd, ListBase *ptcaches) } for (; extra; extra=extra->next) { - if (ptcache_extra_struct[extra->type][0]=='\0') + if (ptcache_extra_struct[extra->type][0] == '\0') continue; writestruct(wd, DATA, "PTCacheExtra", 1, extra); writestruct(wd, DATA, ptcache_extra_struct[extra->type], extra->totdata, extra->data); -- cgit v1.2.3