[Bf-blender-cvs] [bca55e7adf4] blender2.8: Cleanup, indentation of preprocessor

Sergey Sharybin noreply at git.blender.org
Wed Apr 19 14:33:53 CEST 2017


Commit: bca55e7adf451a2cf3c0c19ce906f95a6a890d53
Author: Sergey Sharybin
Date:   Wed Apr 19 14:33:34 2017 +0200
Branches: blender2.8
https://developer.blender.org/rBbca55e7adf451a2cf3c0c19ce906f95a6a890d53

Cleanup, indentation of preprocessor

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

M	source/blender/gpu/GPU_matrix.h

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

diff --git a/source/blender/gpu/GPU_matrix.h b/source/blender/gpu/GPU_matrix.h
index 45e35d13f25..93bb1dd4051 100644
--- a/source/blender/gpu/GPU_matrix.h
+++ b/source/blender/gpu/GPU_matrix.h
@@ -44,9 +44,9 @@ extern "C" {
  * Will remove this after switching to core profile, which can happen after
  * we convert all code to use the API in this file. */
 #ifdef WITH_GL_PROFILE_CORE
-	#define SUPPORT_LEGACY_MATRIX 0
+#  define SUPPORT_LEGACY_MATRIX 0
 #else
-	#define SUPPORT_LEGACY_MATRIX 1
+#  define SUPPORT_LEGACY_MATRIX 1
 #endif




More information about the Bf-blender-cvs mailing list