too many '\n' lead to too many empty lines...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3762 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-03-18 13:05:52 +00:00
parent 99cb25781a
commit 4f64ce3c22

View 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}";
}