From 503d5d0c8e6e209de18147d3f9db71e6b749d700 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 3 Jul 2013 08:25:11 +0100 Subject: [PATCH] Converted stray tabs to spaces --- include/internal/catch_running_test.hpp | 4 ++-- include/internal/catch_tostring.hpp | 4 ++-- include/internal/catch_version.h | 4 ++-- include/reporters/catch_reporter_console.hpp | 2 +- single_include/catch.hpp | 16 ++++++++-------- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/include/internal/catch_running_test.hpp b/include/internal/catch_running_test.hpp index c5ad8a6c..7a6fda88 100644 --- a/include/internal/catch_running_test.hpp +++ b/include/internal/catch_running_test.hpp @@ -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; diff --git a/include/internal/catch_tostring.hpp b/include/internal/catch_tostring.hpp index a980504a..f9f0f8a4 100644 --- a/include/internal/catch_tostring.hpp +++ b/include/internal/catch_tostring.hpp @@ -86,8 +86,8 @@ struct StringMaker : template struct StringMaker { - template - static std::string convert( U* p ) { + template + static std::string convert( U* p ) { if( !p ) return INTERNAL_CATCH_STRINGIFY( NULL ); std::ostringstream oss; diff --git a/include/internal/catch_version.h b/include/internal/catch_version.h index fed5d6b6..bca0f8bb 100644 --- a/include/internal/catch_version.h +++ b/include/internal/catch_version.h @@ -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; diff --git a/include/reporters/catch_reporter_console.hpp b/include/reporters/catch_reporter_console.hpp index ceccce94..f4a69548 100644 --- a/include/reporters/catch_reporter_console.hpp +++ b/include/reporters/catch_reporter_console.hpp @@ -98,7 +98,7 @@ namespace Catch { private: class AssertionPrinter { - void operator= ( AssertionPrinter const& ); + void operator= ( AssertionPrinter const& ); public: AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats ) : stream( _stream ), diff --git a/single_include/catch.hpp b/single_include/catch.hpp index eff9862a..af845fdb 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -1,6 +1,6 @@ /* * CATCH v1.0 build 5 (master branch) - * Generated: 2013-07-02 08:47:24.946227 + * Generated: 2013-07-03 08:24:00.747039 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -707,8 +707,8 @@ struct StringMaker : template struct StringMaker { - template - static std::string convert( U* p ) { + template + static std::string convert( U* p ) { if( !p ) return INTERNAL_CATCH_STRINGIFY( NULL ); std::ostringstream oss; @@ -4742,8 +4742,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; @@ -5078,8 +5078,8 @@ namespace Catch { const unsigned int buildNumber; const std::string branchName; - private: - void operator=( Version const& ); + private: + void operator=( Version const& ); }; extern Version libraryVersion; @@ -7519,7 +7519,7 @@ namespace Catch { private: class AssertionPrinter { - void operator= ( AssertionPrinter const& ); + void operator= ( AssertionPrinter const& ); public: AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats ) : stream( _stream ),