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:
authorAntony Riakiotakis <kalast@gmail.com>2014-05-13 21:11:27 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-05-13 21:11:27 +0400
commitc60d5c68953dd3e3e64f36ce57ddf21cdb1d8dca (patch)
tree1372018f80017dcbd3543954d7b7ff3805b890ac /source/blender/blenlib/BLI_compiler_compat.h
parentba350d3020b312f33ac8b52f92d641c384ad2158 (diff)
style cleanup, keep preprocessor identation
Diffstat (limited to 'source/blender/blenlib/BLI_compiler_compat.h')
-rw-r--r--source/blender/blenlib/BLI_compiler_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_compiler_compat.h b/source/blender/blenlib/BLI_compiler_compat.h
index eb9887f015b..10c0752c9a7 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__ */