]> git.lyx.org Git - lyx.git/commitdiff
Whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 31 May 2014 08:33:46 +0000 (10:33 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 31 May 2014 08:33:46 +0000 (10:33 +0200)
src/insets/InsetTabular.cpp

index 6c68a3386cf5fc8076eba6edece077506a67ed03..223a8c76903c5c4f5353b98b9eb233ffbe5a4146 100644 (file)
@@ -1460,12 +1460,11 @@ void Tabular::write(ostream & os) const
           << write_attribute("lastFootEmpty", endlastfoot.empty);
        // longtables cannot be aligned vertically
        if (!is_long_tabular) {
-          os << write_attribute("tabularvalignment", tabular_valignment);
-          os << write_attribute("tabularwidth", tabular_width);
+               os << write_attribute("tabularvalignment", tabular_valignment);
+               os << write_attribute("tabularwidth", tabular_width);
        }
        if (is_long_tabular)
-          os << write_attribute("longtabularalignment",
-                                longtabular_alignment);
+               os << write_attribute("longtabularalignment", longtabular_alignment);
        os << ">\n";
        for (col_type c = 0; c < ncols(); ++c) {
                os << "<column"