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/modifiers
parentb01f2607a6717deafc96c07287202ab11c118737 (diff)
Cleanup: preprocessor indentation
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_meshsequencecache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.c b/source/blender/modifiers/intern/MOD_meshsequencecache.c
index 771ccd31e22..f0cdd2b2899 100644
--- a/source/blender/modifiers/intern/MOD_meshsequencecache.c
+++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c
@@ -42,8 +42,8 @@
#include "MOD_modifiertypes.h"
#ifdef WITH_ALEMBIC
-# include "ABC_alembic.h"
-# include "BKE_global.h"
+# include "ABC_alembic.h"
+# include "BKE_global.h"
#endif
static void initData(ModifierData *md)