[Bf-blender-cvs] [af51ec3214e] blender2.8: Cleanup: indentation

Campbell Barton noreply at git.blender.org
Mon Jun 18 08:10:34 CEST 2018


Commit: af51ec3214ec3980c6d729580ed69a7a90e34667
Author: Campbell Barton
Date:   Mon Jun 18 08:10:23 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBaf51ec3214ec3980c6d729580ed69a7a90e34667

Cleanup: indentation

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

M	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__ */



More information about the Bf-blender-cvs mailing list