Index: src/ch/ClipboardMonitor.cpp =================================================================== diff -u -N -rb55cf150df571c279536a2b4e33bcecedef17305 -r722397d70c60d1699fd70024ffdfcee539fe45db --- src/ch/ClipboardMonitor.cpp (.../ClipboardMonitor.cpp) (revision b55cf150df571c279536a2b4e33bcecedef17305) +++ src/ch/ClipboardMonitor.cpp (.../ClipboardMonitor.cpp) (revision 722397d70c60d1699fd70024ffdfcee539fe45db) @@ -237,9 +237,9 @@ // get the relationship between src and dst paths for (size_t stIndex = 0; stIndex < spTask->GetClipboard()->GetSize(); ++stIndex) - { - spTask->GetClipboard()->GetAt(stIndex)->CalcBufferIndex(spTask->GetDestPath()); - } + { + spTask->GetClipboard()->GetAt(stIndex)->CalcBufferIndex(spTask->GetDestPath()); + } // add task to a list of tasks and start pData->m_pTasks->Add(spTask);