commit | 2efc1146bfd94780e319d6d9d90e966429d73bda | [log] [tgz] |
---|---|---|
author | Phil Nash <github@philnash.me> | Tue May 15 07:42:26 2012 +0100 |
committer | Phil Nash <github@philnash.me> | Tue May 15 07:42:26 2012 +0100 |
tree | cd7e14fa8bb7757363470783499acf37dae4167f | |
parent | 6acb36a996822a6d524c5f9f46eb118f18a969df [diff] [blame] |
Reformatting
diff --git a/include/internal/catch_tostring.hpp b/include/internal/catch_tostring.hpp index 98ed819..367a88a 100644 --- a/include/internal/catch_tostring.hpp +++ b/include/internal/catch_tostring.hpp
@@ -11,10 +11,9 @@ #include "catch_common.h" #include <sstream> -namespace Catch -{ -namespace Detail -{ +namespace Catch { +namespace Detail { + struct NonStreamable { template<typename T> NonStreamable( const T& ){} };