commit beb53ddbe2a350584f263041200bda25b6ec6d09
Author: Juergen Spitzmueller <[email protected]>
Date: Sat May 31 10:33:46 2014 +0200
Whitespace
diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index 6c68a33..223a8c7 100644
--- a/src/insets/InsetTabular.cpp
+++ b/src/insets/InsetTabular.cpp
@@ -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"