From 4f64ce3c22b082929969114fcff93892193c78c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 18 Mar 2002 13:05:52 +0000 Subject: [PATCH] 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 --- src/mathed/math_casesinset.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_casesinset.C b/src/mathed/math_casesinset.C index c5fabe678a..a38899f44d 100644 --- a/src/mathed/math_casesinset.C +++ b/src/mathed/math_casesinset.C @@ -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}"; } -- 2.39.2