]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parser.C
read the ChangeLog... no huge changes .. but some might get reversed...
[features.git] / src / mathed / math_parser.C
index 118a95c92501c118b1cd550aa410272197bd3654..652b99aa11ebdd35d0ddfbfad6201a027d52bc71 100644 (file)
@@ -330,7 +330,7 @@ LyxArrayBase * mathed_parse(unsigned flags, LyxArrayBase * array,
    int brace = 0;
    int acc_brace = 0;
    int acc_braces[8];
-   MathParInset * mt = (mtx) ? *mtx: 0;//(MathParInset*)0;
+   MathParInset * mt = (mtx) ? *mtx : 0;//(MathParInset*)0;
     MathedRowSt * crow = (mt) ? mt->getRowSt() : 0;
 
    ++plevel;