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>2019-01-03 07:52:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-03 07:52:07 +0300
commit9200dc0eb149260d52f34333b74459ed0e389a80 (patch)
treea070bdfb9289503f408cb102739ad52f512b1aea /source/blender/python
parentb01f2607a6717deafc96c07287202ab11c118737 (diff)
Cleanup: preprocessor indentation
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_app_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_app_handlers.c b/source/blender/python/intern/bpy_app_handlers.c
index a251bdeb15b..d89b3bd01f5 100644
--- a/source/blender/python/intern/bpy_app_handlers.c
+++ b/source/blender/python/intern/bpy_app_handlers.c
@@ -69,7 +69,7 @@ static PyStructSequence_Field app_cb_info_fields[] = {
{(char *)"load_factory_startup_post", (char *)"on loading factory startup (after)"},
/* sets the permanent tag */
-# define APP_CB_OTHER_FIELDS 1
+#define APP_CB_OTHER_FIELDS 1
{(char *)"persistent", (char *)"Function decorator for callback functions not to be removed when loading new files"},
{NULL}