Removed some trailing whitespace

This commit is contained in:
Phil Nash 2015-12-04 10:20:33 +00:00
parent fdc42d0af4
commit 722315a1f5
4 changed files with 10 additions and 10 deletions

View file

@ -19,7 +19,7 @@ namespace Catch {
struct IExceptionTranslator;
typedef std::vector<const IExceptionTranslator*> ExceptionTranslators;
struct IExceptionTranslator {
virtual ~IExceptionTranslator();
virtual std::string translate( ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const = 0;