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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-04-19 15:33:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-19 15:33:34 +0300
commitbca55e7adf451a2cf3c0c19ce906f95a6a890d53 (patch)
tree50a20a817fbda5dfb45154e6bf9128e9a154ca2d /source/blender/gpu/GPU_matrix.h
parentfb2330c1e0415cc8cf6fe8c0e7dd0e2712721c71 (diff)
Cleanup, indentation of preprocessor
Diffstat (limited to 'source/blender/gpu/GPU_matrix.h')
-rw-r--r--source/blender/gpu/GPU_matrix.h4
1 files changed, 2 insertions, 2 deletions
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