diff --git a/src/ui.cpp b/src/ui.cpp index 266286e..dc3e812 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -3577,7 +3577,8 @@ void Ui::SetState(Ui::State p_State) const bool quoteWrap = m_RewrapQuotedLines; const int expandTabSize = m_TabSize; // enabled std::vector indentBodyLines = - Util::WordWrap(Util::ToWString(indentBodyText), quotedMaxLen, processFlowed, outputFlowed, quoteWrap, expandTabSize); + Util::WordWrap(Util::ToWString(indentBodyText), quotedMaxLen, processFlowed, + outputFlowed, quoteWrap, expandTabSize); indentBody = Util::ToString(Util::Join(indentBodyLines)); }