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
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-03-26 15:07:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-26 15:07:19 +0300
commit0476f8277ad58f99dd1ff213496c870d9c29f5d5 (patch)
treec823cfa917f94b68000b3debd4154dbc03986da4 /source
parent31bf6edf79999d59962bde34076f6ad20a9d1786 (diff)
BLF: Cleanup, indentation inside of preprocessor
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenfont/intern/blf_glyph.c2
1 files changed, 1 insertions, 1 deletions
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"