]> git.lyx.org Git - lyx.git/blobdiff - src/Compare.cpp
Update it.po
[lyx.git] / src / Compare.cpp
index 6c146164567de9170a1250da8278f95c30de34eb..796eb19989f5a45ca3ca662bc8a7c408a877abb9 100644 (file)
@@ -392,7 +392,7 @@ void Compare::run()
                dest_buffer->params().authors().record(*it);
 
        // We will need this later
-       DocumentClassConstPtr const olddc = 
+       DocumentClassConstPtr const olddc =
                dest_buffer->params().documentClassPtr();
        // We do not want to share the DocumentClass with the other Buffer.
        // See bug #10295.