Whitespace

This commit is contained in:
Jean-Marc Lasgouttes 2021-09-27 11:53:46 +02:00
parent e9db9d3644
commit 73865ce999

View File

@ -1665,10 +1665,10 @@ void InsetMathNest::lfunMouseRelease(Cursor & cur, FuncRequest & cmd)
bool InsetMathNest::interpretChar(Cursor & cur, char_type const c)
{
// try auto-correction
if (lyxrc.autocorrection_math && cur.pos() != 0 && !cur.selection()
&& math_autocorrect(cur, c))
return true;
// try auto-correction
if (lyxrc.autocorrection_math && cur.pos() != 0 && !cur.selection()
&& math_autocorrect(cur, c))
return true;
//lyxerr << "interpret 2: '" << c << "'" << endl;
docstring save_selection;