From 3ce4518e196b04ab24b13a771ebd66f56ae6b41b Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 7 Mar 2008 20:57:18 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23544 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/theorems-ams.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/layouts/theorems-ams.inc b/lib/layouts/theorems-ams.inc index 00525cd6ba..4ecb20ada1 100644 --- a/lib/layouts/theorems-ams.inc +++ b/lib/layouts/theorems-ams.inc @@ -209,7 +209,8 @@ Style Case Preamble \newcounter{casectr} \newenvironment{caseenv} -{\begin{list}{\bfseries\upshape Case \arabic{casectr}:}{}\setcounter{casectr}{0}\usecounter{casectr}} -{\end{list}} + {\begin{list}{\bfseries\upshape Case \arabic{casectr}:}% + {}\setcounter{casectr}{0}\usecounter{casectr}}% + {\end{list}} EndPreamble End -- 2.39.5