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-06-18 09:10:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-18 09:10:23 +0300
commitaf51ec3214ec3980c6d729580ed69a7a90e34667 (patch)
tree9e05ee713d055418afa8a8eef950b3dca1467d00 /source/blender/gpu/GPU_glew.h
parent0d45074768f6533322a3afa15d93ec53b52a2b83 (diff)
Cleanup: indentation
Diffstat (limited to 'source/blender/gpu/GPU_glew.h')
-rw-r--r--source/blender/gpu/GPU_glew.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/gpu/GPU_glew.h b/source/blender/gpu/GPU_glew.h
index b3e2a9fcfa5..663660ab234 100644
--- a/source/blender/gpu/GPU_glew.h
+++ b/source/blender/gpu/GPU_glew.h
@@ -33,11 +33,10 @@
#define __GPU_GLEW_H__
#if defined(WITH_OPENGL)
- #include "glew-mx.h"
-
- #ifndef WITH_LEGACY_OPENGL
- #include "GPU_legacy_stubs.h"
- #endif
+# include "glew-mx.h"
+# ifndef WITH_LEGACY_OPENGL
+# include "GPU_legacy_stubs.h"
+# endif
#endif
#endif /* __GPU_GLEW_H__ */