]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/table.C
Remove space at end of line, when superfluous.
[features.git] / src / tex2lyx / table.C
index 05e1122c52cd2cf568cb138f864f1e5e9e0d208a..2e51d50fb8031960ff66f56f151ac30057179967 100644 (file)
@@ -528,7 +528,7 @@ void handle_tabular(Parser & p, ostream & os,
                           << ">"
                           << "\n\\begin_inset Text\n"
                           << cell.content
-                          << "\n\\end_inset \n"
+                          << "\n\\end_inset\n"
                           << "</cell>\n";
                }
                os << "</row>\n";