Removed some trailing whitespace
This commit is contained in:
parent
fdc42d0af4
commit
722315a1f5
4 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue