From bca55e7adf451a2cf3c0c19ce906f95a6a890d53 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 19 Apr 2017 14:33:34 +0200 Subject: [PATCH] Cleanup, indentation of preprocessor --- source/blender/gpu/GPU_matrix.h | 4 ++-- 1 file 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