[Bf-blender-cvs] [0476f8277ad] master: BLF: Cleanup, indentation inside of preprocessor

Sergey Sharybin noreply at git.blender.org
Mon Mar 26 14:54:22 CEST 2018


Commit: 0476f8277ad58f99dd1ff213496c870d9c29f5d5
Author: Sergey Sharybin
Date:   Mon Mar 26 14:07:19 2018 +0200
Branches: master
https://developer.blender.org/rB0476f8277ad58f99dd1ff213496c870d9c29f5d5

BLF: Cleanup, indentation inside of preprocessor

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

M	source/blender/blenfont/intern/blf_glyph.c

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

diff --git a/source/blender/blenfont/intern/blf_glyph.c b/source/blender/blenfont/intern/blf_glyph.c
index bbbabfb8ba2..24a75d667ef 100644
--- a/source/blender/blenfont/intern/blf_glyph.c
+++ b/source/blender/blenfont/intern/blf_glyph.c
@@ -56,7 +56,7 @@
 #include "BLF_api.h"
 
 #ifndef BLF_STANDALONE
-#include "GPU_basic_shader.h"
+#  include "GPU_basic_shader.h"
 #endif
 
 #include "blf_internal_types.h"



More information about the Bf-blender-cvs mailing list