Index: src/ch/TSubTaskBase.h
===================================================================
diff -u -r8c87d4185fbe5b952c49f72afcfd5f9fca338fb4 -r6e8aa26e2428e3bc71099255c5911f57bc722100
--- src/ch/TSubTaskBase.h	(.../TSubTaskBase.h)	(revision 8c87d4185fbe5b952c49f72afcfd5f9fca338fb4)
+++ src/ch/TSubTaskBase.h	(.../TSubTaskBase.h)	(revision 6e8aa26e2428e3bc71099255c5911f57bc722100)
@@ -49,14 +49,14 @@
 
 	virtual ESubOperationResult Exec() = 0;
 
-   TSubTaskContext& GetContext() { return m_rContext; }
-   const TSubTaskContext& GetContext() const { return m_rContext; }
+	TSubTaskContext& GetContext() { return m_rContext; }
+	const TSubTaskContext& GetContext() const { return m_rContext; }
 
 protected:
-   // some common operations
-   int GetDriveNumber(const CFileInfoPtr& spFileInfo);
-   chcore::TSmartPath CalculateDestinationPath(const CFileInfoPtr& spFileInfo, chcore::TSmartPath strPath, int iFlags) const;
-   chcore::TSmartPath FindFreeSubstituteName(chcore::TSmartPath pathSrcPath, chcore::TSmartPath pathDstPath) const;
+	// some common operations
+	int GetDriveNumber(const CFileInfoPtr& spFileInfo);
+	chcore::TSmartPath CalculateDestinationPath(const CFileInfoPtr& spFileInfo, chcore::TSmartPath strPath, int iFlags) const;
+	chcore::TSmartPath FindFreeSubstituteName(chcore::TSmartPath pathSrcPath, chcore::TSmartPath pathDstPath) const;
 
 private:
 	TSubTaskContext& m_rContext;