diff --git a/include/boost/iostreams/converting_stream.hpp b/include/boost/iostreams/converting_stream.hpp index 73da634..b169cc9 100755 --- a/include/boost/iostreams/converting_stream.hpp +++ b/include/boost/iostreams/converting_stream.hpp @@ -18,9 +18,9 @@ namespace boost { namespace iostreams { -BOOST_IOSTREAMS_DEFINE_FILTER_STREAM( converting_stream, - boost::iostreams::detail::converting_chain, - wchar_t ) +BOOST_IOSTREAMS_DEFINE_FILTER_STREAM( + converting_stream, detail::converting_chain, wchar_t +) } } // End namespace iostreams, boost diff --git a/include/boost/iostreams/converting_streambuf.hpp b/include/boost/iostreams/converting_streambuf.hpp index 66b67c3..4cf190d 100755 --- a/include/boost/iostreams/converting_streambuf.hpp +++ b/include/boost/iostreams/converting_streambuf.hpp @@ -18,9 +18,9 @@ namespace boost { namespace iostreams { -BOOST_IOSTREAMS_DEFINE_FILTER_STREAMBUF( converting_streambuf, - boost::iostreams::detail::converting_chain, - wchar_t ) +BOOST_IOSTREAMS_DEFINE_FILTER_STREAMBUF( + converting_streambuf, detail::converting_chain, wchar_t +) } } // End namespace iostreams, boost