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>2017-12-04 09:19:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-12-04 09:20:26 +0300
commit9dfbd98339984e885c3b48142c97f3b516520e73 (patch)
treec70bf74f74d728fb3fb9918f1b402682b13f3eeb /source/creator
parent1b2f8b27540f6154dc968f216297ab9badccd271 (diff)
Cleanup: whitespace
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 4e090b0b19f..78bab14cd96 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -231,7 +231,8 @@ int main(
/* --- end declarations --- */
- /* ensure we free data on early-exit */ struct CreatorAtExitData app_init_data = {NULL};
+ /* ensure we free data on early-exit */
+ struct CreatorAtExitData app_init_data = {NULL};
BKE_blender_atexit_register(callback_main_atexit, &app_init_data);
#ifdef WIN32