Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Aug 10, 2024
1 parent 208faed commit c284ba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,8 @@ void Ui::SetState(Ui::State p_State)
const bool quoteWrap = m_RewrapQuotedLines;
const int expandTabSize = m_TabSize; // enabled
std::vector<std::wstring> 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));
}

Expand Down

0 comments on commit c284ba2

Please sign in to comment.