Fixed line width greater than 80

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@569 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-09-23 20:20:00 +00:00
parent 1f7e90f565
commit b2b00f9522

View file

@ -24,7 +24,8 @@ namespace detail
virtual bool operator()( Actual ) = 0;
friend std::ostream& operator<<( std::ostream& s, const matcher_base& c )
friend std::ostream& operator<<(
std::ostream& s, const matcher_base& c )
{
c.serialize( s );
return s;