mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace
This commit is contained in:
parent
bc00159530
commit
beb53ddbe2
@ -1464,8 +1464,7 @@ void Tabular::write(ostream & os) const
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user