reformatted

[SVN r27199]
This commit is contained in:
Jonathan Turkanis
2005-02-07 01:19:41 +00:00
parent 687c51540e
commit ad4206dbe7
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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