]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
InsetTabular.cpp: whitespace
[lyx.git] / src / insets / InsetTabular.cpp
index e600d4499bbdd3bf1459f7454d20ca6a9e5f56a8..2c72c8574c4561f2992c1ec7269ae079ec248ea5 100644 (file)
@@ -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)