reformatting

[SVN r27265]
This commit is contained in:
Jonathan Turkanis
2005-02-09 01:10:21 +00:00
parent 02c7883c57
commit c636331d15

View File

@@ -48,7 +48,7 @@ private:
} } }
BOOST_IOSTREAMS_CODECVT_SPEC(::boost::iostreams::test::null_padded_codecvt_state)
BOOST_IOSTREAMS_CODECVT_SPEC(boost::iostreams::test::null_padded_codecvt_state)
namespace boost { namespace iostreams { namespace test {
@@ -60,7 +60,9 @@ namespace boost { namespace iostreams { namespace test {
// as each character is consumed until its value reaches 0 again.
//
class null_padded_codecvt
: public iostreams::detail::codecvt_helper<wchar_t, char, null_padded_codecvt_state>
: public iostreams::detail::codecvt_helper<
wchar_t, char, null_padded_codecvt_state
>
{
public:
typedef null_padded_codecvt_state state_type;