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>2018-07-19 09:06:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-19 09:06:37 +0300
commit9df1e54079344ed4e2becef9e57cf1b925b46dff (patch)
tree09014669c19f24015ab924f612d30a20ddb79939 /source/blender/gpu/GPU_common.h
parent34a45c54e00c18da06df97674e1d614c24ae58bf (diff)
Cleanup: style
Diffstat (limited to 'source/blender/gpu/GPU_common.h')
-rw-r--r--source/blender/gpu/GPU_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/gpu/GPU_common.h b/source/blender/gpu/GPU_common.h
index 7d86a6ec8a5..3acc7fad5c2 100644
--- a/source/blender/gpu/GPU_common.h
+++ b/source/blender/gpu/GPU_common.h
@@ -33,14 +33,14 @@
#define PROGRAM_NO_OPTI 0
#if defined(NDEBUG)
- #define TRUST_NO_ONE 0
+# define TRUST_NO_ONE 0
#else
/* strict error checking, enabled for debug builds during early development */
- #define TRUST_NO_ONE 1
+# define TRUST_NO_ONE 1
#endif
#if defined(WITH_OPENGL)
- #include <GL/glew.h>
+# include <GL/glew.h>
#endif
#include <stdbool.h>
@@ -48,7 +48,7 @@
#include "BLI_sys_types.h"
#if TRUST_NO_ONE
- #include <assert.h>
+# include <assert.h>
#endif
/* GPU_INLINE */