[Bf-blender-cvs] [9a64690] alembic_basic_io: Cleanup: 2-spaces indent for pre-processor.

Kévin Dietrich noreply at git.blender.org
Mon Jun 20 18:59:36 CEST 2016


Commit: 9a64690149f75d343e7754eeb96e817008bbfae5
Author: Kévin Dietrich
Date:   Mon Jun 20 16:52:42 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB9a64690149f75d343e7754eeb96e817008bbfae5

Cleanup: 2-spaces indent for pre-processor.

===================================================================

M	source/blender/blenkernel/intern/constraint.c
M	source/blender/makesrna/intern/rna_scene_api.c

===================================================================

diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c
index 851b092..a4a3fb5 100644
--- a/source/blender/blenkernel/intern/constraint.c
+++ b/source/blender/blenkernel/intern/constraint.c
@@ -89,7 +89,7 @@
 #endif
 
 #ifdef WITH_ALEMBIC
-#	include "ABC_alembic.h"
+#  include "ABC_alembic.h"
 #endif
 
 /* ---------------------------------------------------------------------------- */
diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index a04cd2d..2e08854 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -46,7 +46,7 @@
 #include "rna_internal.h"  /* own include */
 
 #ifdef WITH_ALEMBIC
-#	include "../../alembic/ABC_alembic.h"
+#  include "../../alembic/ABC_alembic.h"
 #endif
 
 EnumPropertyItem rna_enum_abc_compression_items[] = {




More information about the Bf-blender-cvs mailing list