Applied style format

This commit is contained in:
eidheim 2020-09-16 14:53:02 +02:00
commit 14c0e3a3a3
3 changed files with 14 additions and 7 deletions

View file

@ -54,7 +54,8 @@ namespace SimpleWeb {
namespace boost {
#endif
namespace asio {
template <> struct is_match_condition<SimpleWeb::HeaderEndMatch> : public std::true_type {};
template <>
struct is_match_condition<SimpleWeb::HeaderEndMatch> : public std::true_type {};
} // namespace asio
#ifndef USE_STANDALONE_ASIO
} // namespace boost