]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
InsetTabular.cpp: whitespace again, sorry
[lyx.git] / 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)