Converted stray tabs to spaces

This commit is contained in:
Phil Nash
2013-07-03 08:25:11 +01:00
parent dea43e0b76
commit 503d5d0c8e
5 changed files with 15 additions and 15 deletions

View File

@@ -102,8 +102,8 @@ namespace Catch {
}
private:
RunningTest( RunningTest const& );
void operator=( RunningTest const& );
RunningTest( RunningTest const& );
void operator=( RunningTest const& );
TestCase const& m_info;
RunStatus m_runStatus;

View File

@@ -86,8 +86,8 @@ struct StringMaker :
template<typename T>
struct StringMaker<T*> {
template<typename U>
static std::string convert( U* p ) {
template<typename U>
static std::string convert( U* p ) {
if( !p )
return INTERNAL_CATCH_STRINGIFY( NULL );
std::ostringstream oss;

View File

@@ -27,8 +27,8 @@ namespace Catch {
const unsigned int buildNumber;
const std::string branchName;
private:
void operator=( Version const& );
private:
void operator=( Version const& );
};
extern Version libraryVersion;