diff --git a/source/blender/editors/space_text/text_format_py.cc b/source/blender/editors/space_text/text_format_py.cc index 7e401253e2e..9058ec3789c 100644 --- a/source/blender/editors/space_text/text_format_py.cc +++ b/source/blender/editors/space_text/text_format_py.cc @@ -349,7 +349,7 @@ static void txtfmt_py_format_line(SpaceText *st, TextLine *line, const bool do_n /* So slashes beginning on continuation display properly, see: #118767. */ if (cont & (FMT_CONT_QUOTEDOUBLE | FMT_CONT_QUOTESINGLE | FMT_CONT_TRIPLE)) { prev = FMT_TYPE_STRING; - } + } } else { cont = FMT_CONT_NOP; diff --git a/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_shadow.cc b/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_shadow.cc index 58ebe87dbb5..87cb77077d9 100644 --- a/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_shadow.cc +++ b/source/blender/gpencil_modifiers_legacy/intern/lineart/lineart_shadow.cc @@ -764,7 +764,8 @@ static bool lineart_shadow_cast_onto_triangle(LineartData *ld, * the edge */ if (!(pi && LRT_DOUBLE_CLOSE_ENOUGH(ratio[0], 1.0f) && - LRT_DOUBLE_CLOSE_ENOUGH(ratio[1], 0.0f))) { + LRT_DOUBLE_CLOSE_ENOUGH(ratio[1], 0.0f))) + { trie[pi] = 1; pi++; }