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:
authorCampbell Barton <ideasman42@gmail.com>2021-03-22 06:22:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-22 06:25:42 +0300
commit544b3ab1de016b6c4557c2b5664f4f0e013fcd1c (patch)
tree9a8491c95d92199cb9d3af7fb3ddf9f15a475225 /source/blender/sequencer/intern/effects.c
parent2a06657eca5a9b217384062daf55343bf08f86ec (diff)
Cleanup: clang-format, trailing space
Minor manual tweak to prevent wrapping an array into columns.
Diffstat (limited to 'source/blender/sequencer/intern/effects.c')
-rw-r--r--source/blender/sequencer/intern/effects.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/sequencer/intern/effects.c b/source/blender/sequencer/intern/effects.c
index cdb7f5de627..87412d61f0e 100644
--- a/source/blender/sequencer/intern/effects.c
+++ b/source/blender/sequencer/intern/effects.c
@@ -3946,10 +3946,10 @@ static ImBuf *do_text_effect(const SeqRenderData *context,
}
BLF_disable(font, BLF_ITALIC | BLF_BOLD);
- if (data->flag & SEQ_TEXT_BOLD) {
+ if (data->flag & SEQ_TEXT_BOLD) {
BLF_enable(font, BLF_BOLD);
}
- if (data->flag & SEQ_TEXT_ITALIC) {
+ if (data->flag & SEQ_TEXT_ITALIC) {
BLF_enable(font, BLF_ITALIC);
}