[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lyx-cvs
Subject:    [LyX/master] Whitespace
From:       Juergen Spitzmueller <spitz () lyx ! org>
Date:       2014-05-31 8:34:10
Message-ID: 20140531083410.567F32802D0 () lyx ! lyx ! org
[Download RAW message or body]

commit beb53ddbe2a350584f263041200bda25b6ec6d09
Author: Juergen Spitzmueller <spitz@lyx.org>
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"

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic