Skip to content

Commit

Permalink
Update src/common/folding.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang authored Dec 12, 2024
1 parent eb0152c commit 8e0eea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/folding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ std::u32string applyWhitespaceAndPunctOnly( std::u32string const & in )

bool isWhitespace( char32_t ch )
{
//invisible character should be treated as whitespace as well.
return QChar::isSpace( ch );
}

Expand Down

0 comments on commit 8e0eea9

Please sign in to comment.