From ad4206dbe7a4e594f3b595f2a6718422df334cb5 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Mon, 7 Feb 2005 01:19:41 +0000 Subject: [PATCH] reformatted [SVN r27199] --- include/boost/iostreams/converting_stream.hpp | 6 +++--- include/boost/iostreams/converting_streambuf.hpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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