Cleanup: formatting, strip trailing space

This commit is contained in:
Campbell Barton 2020-03-05 08:05:21 +11:00
parent a297a6c444
commit 5b0f1e7649
16 changed files with 15033 additions and 15038 deletions

@ -49,9 +49,7 @@ void BKE_cachefile_copy_data(struct Main *bmain,
const int flag);
struct CacheFile *BKE_cachefile_copy(struct Main *bmain, const struct CacheFile *cache_file);
void BKE_cachefile_make_local(struct Main *bmain,
struct CacheFile *cache_file,
const int flags);
void BKE_cachefile_make_local(struct Main *bmain, struct CacheFile *cache_file, const int flags);
void BKE_cachefile_reload(struct Depsgraph *depsgraph, struct CacheFile *cache_file);

@ -60,9 +60,7 @@ void BKE_collection_copy_data(struct Main *bmain,
struct Collection *collection_dst,
const struct Collection *collection_src,
const int flag);
void BKE_collection_make_local(struct Main *bmain,
struct Collection *collection,
const int flags);
void BKE_collection_make_local(struct Main *bmain, struct Collection *collection, const int flags);
struct Collection *BKE_collection_duplicate(struct Main *bmain,
struct Collection *parent,

@ -27,4 +27,3 @@ import numpy
import sqlite3
import ssl
import zlib