]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 27 Sep 2021 09:53:46 +0000 (11:53 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 27 Sep 2021 09:53:59 +0000 (11:53 +0200)
src/mathed/InsetMathNest.cpp

index 9210886d221c6b5eae932197dc8be352418f61a0..7e763b7e8000d40200a721c1e04b747ffce40443 100644 (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;