]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphList.C
don't rm emergency saves ever
[lyx.git] / src / ParagraphList.C
index fb63f41ef4bbe0fd7deb4336f0a406b609f60eb6..d87634c74cacf79bb25fe34271ef96c12cb465f0 100644 (file)
@@ -180,7 +180,7 @@ void ParagraphList::splice(iterator pos, ParagraphList & pl)
 {
        if (pl.parlist == 0)
                return;
-       
+
        Paragraph * first = pl.parlist;
        Paragraph * last = first;
 #ifndef NO_NEXT