Removed tabs

This commit is contained in:
Phil Nash 2017-02-22 08:26:52 +00:00
parent 2e08bfe9cc
commit d8c4512b25
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ namespace Matchers {
protected:
virtual std::string describe() const = 0;
mutable std::string m_cachedToString;
private:
MatcherUntypedBase& operator = (MatcherUntypedBase const&);
private:
MatcherUntypedBase& operator = ( MatcherUntypedBase const& );
};
template<typename ObjectT, typename ComparatorT = ObjectT>