From 0d75c1117f278efc59c2e5a108f60efa9e017bc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 11 Jul 2009 13:44:13 +0000 Subject: [PATCH] InsetTabular.cpp: whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30479 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index e600d4499b..2c72c8574c 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -1328,11 +1328,11 @@ void Tabular::write(ostream & os) const << write_attribute("booktabs", use_booktabs) << write_attribute("islongtable", is_long_tabular); // longtables cannot be aligned vertically - if (!is_long_tabular) + if (!is_long_tabular) os << write_attribute("tabularvalignment", tabular_valignment); if (is_long_tabular) os << write_attribute("longtabularalignment", - longtabular_alignment); + longtabular_alignment); os << write_attribute("firstHeadTopDL", endfirsthead.topDL) << write_attribute("firstHeadBottomDL", endfirsthead.bottomDL) << write_attribute("firstHeadEmpty", endfirsthead.empty) -- 2.39.2