]> git.lyx.org Git - features.git/commitdiff
* InsetMathNest.cpp: Cosmetics.
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 8 Feb 2009 01:14:48 +0000 (01:14 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 8 Feb 2009 01:14:48 +0000 (01:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28389 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.cpp

index b4b0c0d3439b4e15de23e4518eed08625bea687e..2ee7c81abaebfe0e5ad3d0d1f90a790bcc8bbde3 100644 (file)
@@ -1634,7 +1634,8 @@ bool InsetMathNest::interpretChar(Cursor & cur, char_type const c)
 
 
        // try auto-correction
-       if (lyxrc.autocorrection_math && cur.autocorrect() && cur.pos() != 0 && math_autocorrect(cur.prevAtom(), c))
+       if (lyxrc.autocorrection_math && cur.autocorrect() && cur.pos() != 0
+                 && math_autocorrect(cur.prevAtom(), c))
                return true;
 
        // no special circumstances, so insert the character without any fuss