From: Jean-Marc Lasgouttes Date: Mon, 27 Sep 2021 09:53:46 +0000 (+0200) Subject: Whitespace X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=73865ce9997f75f5b88160f973b316d657be20cf;p=features.git Whitespace --- diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 9210886d22..7e763b7e80 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -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;