]> git.lyx.org Git - lyx.git/commitdiff
too many '\n' lead to too many empty lines...
authorAndré Pönitz <poenitz@gmx.net>
Mon, 18 Mar 2002 13:05:52 +0000 (13:05 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 18 Mar 2002 13:05:52 +0000 (13:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3762 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_casesinset.C

index c5fabe678a2d1f15f3077e5167373dbcb0bc56f8..a38899f44d6bfd16236b31747c385461772f87f2 100644 (file)
@@ -44,7 +44,7 @@ void MathCasesInset::write(WriteStream & os) const
        MathGridInset::write(os);
        if (os.fragile())
                os << "\\protect";
-       os << "\\end{cases}\n";
+       os << "\\end{cases}";
 }