From ce143b21e65ce36999a88514527f7fdefc6f1b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sat, 11 Jul 2009 13:47:19 +0000 Subject: [PATCH] InsetTabular.cpp: whitespace again, sorry git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30480 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 2c72c8574c..3511dd4693 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -1332,7 +1332,7 @@ void Tabular::write(ostream & os) const 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)