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>2020-03-05 00:05:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-05 00:05:21 +0300
commit5b0f1e7649acca541559ef2536b15d1525422571 (patch)
tree778772fceddc24e5abd98540ba6a4330dd5f2d89 /source/blender/blenkernel/BKE_cachefile.h
parenta297a6c444c7463295f0447a55a5f9542414529c (diff)
Cleanup: formatting, strip trailing space
Diffstat (limited to 'source/blender/blenkernel/BKE_cachefile.h')
-rw-r--r--source/blender/blenkernel/BKE_cachefile.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_cachefile.h b/source/blender/blenkernel/BKE_cachefile.h
index 4f59356429f..1f720b03fc9 100644
--- a/source/blender/blenkernel/BKE_cachefile.h
+++ b/source/blender/blenkernel/BKE_cachefile.h
@@ -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);