Fixed unintentional tabs

This commit is contained in:
Phil Nash 2017-03-06 09:23:31 +00:00
parent d5a5883a10
commit 041498b221
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ namespace Catch {
TestSpec::NamePattern::~NamePattern() {} TestSpec::NamePattern::~NamePattern() {}
TestSpec::TagPattern::~TagPattern() {} TestSpec::TagPattern::~TagPattern() {}
TestSpec::ExcludedPattern::~ExcludedPattern() {} TestSpec::ExcludedPattern::~ExcludedPattern() {}
Matchers::Impl::MatcherUntypedBase::~MatcherUntypedBase() {} Matchers::Impl::MatcherUntypedBase::~MatcherUntypedBase() {}
void Config::dummy() {} void Config::dummy() {}

View File

@ -27,7 +27,7 @@ namespace Matchers {
} }
protected: protected:
virtual ~MatcherUntypedBase(); virtual ~MatcherUntypedBase();
virtual std::string describe() const = 0; virtual std::string describe() const = 0;
mutable std::string m_cachedToString; mutable std::string m_cachedToString;
private: private: