From: Pavel Sanda Date: Fri, 12 Feb 2010 09:57:54 +0000 (+0000) Subject: Whitespace X-Git-Tag: 2.0.0~4057 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=91867cc62474faf1de65f3dfae180db0debba1ec;p=features.git Whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33441 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index e10ea872d3..805073e46a 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -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);