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>2018-06-17 18:06:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 18:06:28 +0300
commita24b4e6090057479796e914bc603119b12f6ca06 (patch)
tree3f96950dfb7b2591fbafb6f9f9e77662c27c8d94 /source/creator/creator.c
parent76c2203f9ca5a9f9feeffd594ce6e997ff97b908 (diff)
Cleanup: trailing space for remaining source/
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 962d6720760..33da54faaeb 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -340,7 +340,7 @@ int main(
#endif
main_callback_setup();
-
+
#if defined(__APPLE__) && !defined(WITH_PYTHON_MODULE)
/* patch to ignore argument finder gives us (pid?) */
if (argc == 2 && STREQLEN(argv[1], "-psn_", 5)) {
@@ -355,7 +355,7 @@ int main(
}
}
#endif
-
+
#ifdef __FreeBSD__
fpsetmask(0);
#endif
@@ -377,7 +377,7 @@ int main(
BKE_brush_system_init();
RE_texture_rng_init();
-
+
BLI_callback_global_init();
@@ -432,7 +432,7 @@ int main(
/* Initialize ffmpeg if built in, also needed for bg mode if videos are
* rendered via ffmpeg */
BKE_sound_init_once();
-
+
init_def_material();
if (G.background == 0) {
@@ -468,7 +468,7 @@ int main(
#else
printf("\n* WARNING * - Blender compiled without Python!\nthis is not intended for typical usage\n\n");
#endif
-
+
CTX_py_init_set(C, 1);
WM_keymap_init(C);
@@ -481,7 +481,7 @@ int main(
/* OK we are ready for it */
#ifndef WITH_PYTHON_MODULE
main_args_setup_post(C, ba);
-
+
if (G.background == 0) {
if (!G.file_loaded)
if (U.uiflag2 & USER_KEEP_SESSION)