From 30193d53f06fc6d1fb2fa8dabfd536a226e64dba Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 23 Jun 2012 02:32:59 +0200 Subject: [PATCH] Drop unnecessary space Signed-off-by: Sven Strickroth --- src/TortoiseProc/GitLogListBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/GitLogListBase.cpp b/src/TortoiseProc/GitLogListBase.cpp index 64035c655..1115c402a 100644 --- a/src/TortoiseProc/GitLogListBase.cpp +++ b/src/TortoiseProc/GitLogListBase.cpp @@ -1905,7 +1905,7 @@ void CGitLogListBase::CopySelectionToClipBoard(bool HashOnly) for (int cpPathIndex = 0; cpPathIndexGetFiles(this).GetCount(); ++cpPathIndex) { - sPaths += ((CTGitPath&)pLogEntry->GetFiles(this)[cpPathIndex]).GetActionName() + _T(" : ") + pLogEntry->GetFiles(this)[cpPathIndex].GetGitPathString(); + sPaths += ((CTGitPath&)pLogEntry->GetFiles(this)[cpPathIndex]).GetActionName() + _T(": ") + pLogEntry->GetFiles(this)[cpPathIndex].GetGitPathString(); sPaths += _T("\r\n"); } sPaths.Trim(); -- 2.11.4.GIT