]> git.lyx.org Git - lyx.git/blobdiff - src/changes.C
layout file converter for layout files in old format
[lyx.git] / src / changes.C
index 8b73679cb8b77a48f2811c9fbcf15448f51b5315..fd12f218fd05625e075413bf084a65128668b950 100644 (file)
@@ -500,7 +500,7 @@ int Changes::latexMarkChange(std::ostream & os,
 {
        if (!output || old == change)
                return 0;
-               
+
        string const start("\\changestart{}");
        string const end("\\changeend{}");
        string const son("\\overstrikeon{}");