[Bf-blender-cvs] [c60d5c6] master: style cleanup, keep preprocessor identation

Antony Riakiotakis noreply at git.blender.org
Tue May 13 19:11:36 CEST 2014


Commit: c60d5c68953dd3e3e64f36ce57ddf21cdb1d8dca
Author: Antony Riakiotakis
Date:   Tue May 13 20:11:27 2014 +0300
https://developer.blender.org/rBc60d5c68953dd3e3e64f36ce57ddf21cdb1d8dca

style cleanup, keep preprocessor identation

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

M	source/blender/blenlib/BLI_compiler_compat.h

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

diff --git a/source/blender/blenlib/BLI_compiler_compat.h b/source/blender/blenlib/BLI_compiler_compat.h
index eb9887f..10c0752 100644
--- a/source/blender/blenlib/BLI_compiler_compat.h
+++ b/source/blender/blenlib/BLI_compiler_compat.h
@@ -34,7 +34,7 @@
 
 /* alloca is defined here for MinGW32 */
 #ifdef __MINGW32__
-#include <malloc.h>
+#  include <malloc.h>
 #endif
 
 #endif  /* __BLI_COMPILER_COMPAT_H__ */




More information about the Bf-blender-cvs mailing list