From 3945fb176a02df4ec39c1f2b2e19d009bdbee48a Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Thu, 22 Jul 2004 15:53:41 +0000 Subject: [PATCH] tab fix [SVN r23961] --- include/boost/utf8_codecvt_facet.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/utf8_codecvt_facet.hpp b/include/boost/utf8_codecvt_facet.hpp index 663d65b..c05ca77 100644 --- a/include/boost/utf8_codecvt_facet.hpp +++ b/include/boost/utf8_codecvt_facet.hpp @@ -52,14 +52,14 @@ namespace std{ #if defined(__COMO__) - using ::mbstate_t; + using ::mbstate_t; #elif defined(BOOST_MSVC) - using ::mbstate_t; + using ::mbstate_t; #elif defined(BOOST_INTEL) using ::mbstate_t; #elif defined(BOOST_NO_STDC_NAMESPACE) using ::codecvt; - using ::mbstate_t; + using ::mbstate_t; #endif } // namespace std