]> git.lyx.org Git - features.git/commitdiff
InsetTabular.cpp: whitespace again, sorry
authorUwe Stöhr <uwestoehr@web.de>
Sat, 11 Jul 2009 13:47:19 +0000 (13:47 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 11 Jul 2009 13:47:19 +0000 (13:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30480 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index 2c72c8574c4561f2992c1ec7269ae079ec248ea5..3511dd4693fc1c9f94bcf1533274925c8b551d28 100644 (file)
@@ -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)