From af51ec3214ec3980c6d729580ed69a7a90e34667 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Jun 2018 08:10:23 +0200 Subject: Cleanup: indentation --- source/blender/gpu/GPU_glew.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source/blender/gpu/GPU_glew.h') 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__ */ -- cgit v1.2.3