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>2015-04-07 01:46:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-07 01:46:48 +0300
commit1b9f1519bc5c8d1739371f417cc8b23a8d483c8e (patch)
treea3092d4abdd366b50698119a1f2b1f37eba80eef /source/blender/blenloader
parent3dcdacffca031869737b8939d1957b0f4daca349 (diff)
Cleanup
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_270.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/versioning_270.c b/source/blender/blenloader/intern/versioning_270.c
index 3201a81d90c..70c7cc9e878 100644
--- a/source/blender/blenloader/intern/versioning_270.c
+++ b/source/blender/blenloader/intern/versioning_270.c
@@ -730,8 +730,7 @@ void blo_do_versions_270(FileData *fd, Library *UNUSED(lib), Main *main)
#undef SEQ_USE_PROXY_CUSTOM_FILE
}
- if (!MAIN_VERSION_ATLEAST(main, 274, 4))
- {
+ if (!MAIN_VERSION_ATLEAST(main, 274, 4)) {
SceneRenderView *srv;
wmWindowManager *wm;
bScreen *screen;