]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorPavel Sanda <sanda@lyx.org>
Fri, 12 Feb 2010 09:57:54 +0000 (09:57 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 12 Feb 2010 09:57:54 +0000 (09:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33441 a592a061-630c-0410-9148-cb99ea01b6c8

src/VCBackend.cpp

index e10ea872d3193c125b33ca288b2797edbdfca269..805073e46a74373f2a2fbef5230d9bf7bdd898c7 100644 (file)
@@ -738,8 +738,8 @@ string SVN::repoUpdate()
        }
 
        doVCCommand("svn diff " + quoteName(owner_->filePath())
-       + " > " + quoteName(tmpf.toFilesystemEncoding()),
-       FileName(owner_->filePath()));
+                   + " > " + quoteName(tmpf.toFilesystemEncoding()),
+               FileName(owner_->filePath()));
        docstring res = tmpf.fileContents("UTF-8");
        if (!res.empty()) {
                LYXERR(Debug::LYXVC, "Diff detected:\n" << res);