Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2007-12-21 22:53:26


Author: eric_niebler
Date: 2007-12-21 22:53:25 EST (Fri, 21 Dec 2007)
New Revision: 42238
URL: http://svn.boost.org/trac/boost/changeset/42238

Log:
replace tabs
Text files modified:
   branches/proto/v3/boost/xpressive/proto/detail/fun_call_ex.hpp | 46 ++++++++++++++++++++--------------------
   branches/proto/v3/boost/xpressive/proto/detail/make_expr_ex.hpp | 44 +++++++++++++++++++-------------------
   branches/proto/v3/boost/xpressive/proto/extends.hpp | 2
   branches/proto/v3/boost/xpressive/proto/proto_fwd.hpp | 2
   branches/proto/v3/libs/xpressive/test/test_symbols.cpp | 2
   branches/proto/v3/libs/xpressive/test/test_typeof2.cpp | 2
   6 files changed, 49 insertions(+), 49 deletions(-)

Modified: branches/proto/v3/boost/xpressive/proto/detail/fun_call_ex.hpp
==============================================================================
--- branches/proto/v3/boost/xpressive/proto/detail/fun_call_ex.hpp (original)
+++ branches/proto/v3/boost/xpressive/proto/detail/fun_call_ex.hpp 2007-12-21 22:53:25 EST (Fri, 21 Dec 2007)
@@ -7,9 +7,9 @@
     // Software License, Version 1.0. (See accompanying file
     // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
- #define M1(Z, N, _) ((0)(1))
+ #define M1(Z, N, _) ((0)(1))
 
- #define M2(R, PRODUCT) M3(R, BOOST_PP_SEQ_SIZE(PRODUCT), PRODUCT)
+ #define M2(R, PRODUCT) M3(R, BOOST_PP_SEQ_SIZE(PRODUCT), PRODUCT)
 
     #define M3(R, SIZE, PRODUCT) \
         template<BOOST_PP_ENUM_PARAMS(SIZE, typename A)> \
@@ -41,42 +41,42 @@
         } \
         /**/
 
- #define M4(R, _, I, ELEM) \
- BOOST_PP_COMMA_IF(I) \
+ #define M4(R, _, I, ELEM) \
+ BOOST_PP_COMMA_IF(I) \
         BOOST_PP_CAT(A, I) BOOST_PP_CAT(C, ELEM) &BOOST_PP_CAT(a, I) \
- /**/
+ /**/
 
- #define M5(R, _, I, ELEM) \
+ #define M5(R, _, I, ELEM) \
         BOOST_PP_COMMA_IF(I) \
         typename result_of::as_expr_ref<BOOST_PP_CAT(A, I) BOOST_PP_CAT(C, ELEM)&>::type \
         /**/
 
- #define M6(R, _, I, ELEM) \
+ #define M6(R, _, I, ELEM) \
         BOOST_PP_COMMA_IF(I) \
         result_of::as_expr_ref<BOOST_PP_CAT(A, I) BOOST_PP_CAT(C, ELEM)&>::call(BOOST_PP_CAT(a, I)) \
         /**/
 
- #define C0
+ #define C0
 
- #define C1 const
+ #define C1 const
 
- #define BOOST_PP_ITERATION_PARAMS_1 (3, (1, BOOST_PP_DEC(BOOST_PROTO_MAX_ARITY), <boost/xpressive/proto/detail/fun_call_ex.hpp>))
- #include BOOST_PP_ITERATE()
+ #define BOOST_PP_ITERATION_PARAMS_1 (3, (1, BOOST_PP_DEC(BOOST_PROTO_MAX_ARITY), <boost/xpressive/proto/detail/fun_call_ex.hpp>))
+ #include BOOST_PP_ITERATE()
 
- #undef C0
- #undef C1
- #undef M1
- #undef M2
- #undef M3
- #undef M4
- #undef M5
- #undef M6
+ #undef C0
+ #undef C1
+ #undef M1
+ #undef M2
+ #undef M3
+ #undef M4
+ #undef M5
+ #undef M6
 
 #else
 
- BOOST_PP_SEQ_FOR_EACH_PRODUCT(
- M2,
- BOOST_PP_REPEAT(BOOST_PP_ITERATION(), M1, ~)
- )
+ BOOST_PP_SEQ_FOR_EACH_PRODUCT(
+ M2,
+ BOOST_PP_REPEAT(BOOST_PP_ITERATION(), M1, ~)
+ )
 
 #endif

Modified: branches/proto/v3/boost/xpressive/proto/detail/make_expr_ex.hpp
==============================================================================
--- branches/proto/v3/boost/xpressive/proto/detail/make_expr_ex.hpp (original)
+++ branches/proto/v3/boost/xpressive/proto/detail/make_expr_ex.hpp 2007-12-21 22:53:25 EST (Fri, 21 Dec 2007)
@@ -7,9 +7,9 @@
     // Software License, Version 1.0. (See accompanying file
     // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
- #define M1(Z, N, _) ((0)(1))
+ #define M1(Z, N, _) ((0)(1))
 
- #define M2(R, PRODUCT) M3(R, BOOST_PP_SEQ_SIZE(PRODUCT), PRODUCT)
+ #define M2(R, PRODUCT) M3(R, BOOST_PP_SEQ_SIZE(PRODUCT), PRODUCT)
 
     #define M3(R, SIZE, PRODUCT) \
         template<typename Tag, BOOST_PP_ENUM_PARAMS(SIZE, typename A)> \
@@ -51,34 +51,34 @@
         } \
         /**/
 
- #define M4(R, _, I, ELEM) \
- BOOST_PP_COMMA_IF(I) BOOST_PP_CAT(A, I) BOOST_PP_CAT(C, ELEM) &BOOST_PP_CAT(a, I) \
- /**/
+ #define M4(R, _, I, ELEM) \
+ BOOST_PP_COMMA_IF(I) BOOST_PP_CAT(A, I) BOOST_PP_CAT(C, ELEM) &BOOST_PP_CAT(a, I) \
+ /**/
 
- #define M5(R, _, I, ELEM) \
- BOOST_PP_COMMA_IF(I) BOOST_PP_CAT(A, I) BOOST_PP_CAT(C, ELEM)& \
+ #define M5(R, _, I, ELEM) \
+ BOOST_PP_COMMA_IF(I) BOOST_PP_CAT(A, I) BOOST_PP_CAT(C, ELEM)& \
         /**/
 
- #define C0
+ #define C0
 
- #define C1 const
+ #define C1 const
 
- #define BOOST_PP_ITERATION_PARAMS_1 (3, (1, BOOST_PROTO_MAX_ARITY, <boost/xpressive/proto/detail/make_expr_ex.hpp>))
- #include BOOST_PP_ITERATE()
+ #define BOOST_PP_ITERATION_PARAMS_1 (3, (1, BOOST_PROTO_MAX_ARITY, <boost/xpressive/proto/detail/make_expr_ex.hpp>))
+ #include BOOST_PP_ITERATE()
 
- #undef C0
- #undef C1
- #undef M1
- #undef M2
- #undef M3
- #undef M4
- #undef M5
+ #undef C0
+ #undef C1
+ #undef M1
+ #undef M2
+ #undef M3
+ #undef M4
+ #undef M5
 
 #else
 
- BOOST_PP_SEQ_FOR_EACH_PRODUCT(
- M2,
- BOOST_PP_REPEAT(BOOST_PP_ITERATION(), M1, ~)
- )
+ BOOST_PP_SEQ_FOR_EACH_PRODUCT(
+ M2,
+ BOOST_PP_REPEAT(BOOST_PP_ITERATION(), M1, ~)
+ )
 
 #endif

Modified: branches/proto/v3/boost/xpressive/proto/extends.hpp
==============================================================================
--- branches/proto/v3/boost/xpressive/proto/extends.hpp (original)
+++ branches/proto/v3/boost/xpressive/proto/extends.hpp 2007-12-21 22:53:25 EST (Fri, 21 Dec 2007)
@@ -83,7 +83,7 @@
             that_type; \
             that_type that = { \
                 {*static_cast<Derived BOOST_PROTO_CONST ## Const *>(this) \
- , {boost::proto::result_of::as_expr_ref<A, Domain>::call(a)}} \
+ , {boost::proto::result_of::as_expr_ref<A, Domain>::call(a)}} \
             }; \
             return Domain::make(that); \
         } \

Modified: branches/proto/v3/boost/xpressive/proto/proto_fwd.hpp
==============================================================================
--- branches/proto/v3/boost/xpressive/proto/proto_fwd.hpp (original)
+++ branches/proto/v3/boost/xpressive/proto/proto_fwd.hpp 2007-12-21 22:53:25 EST (Fri, 21 Dec 2007)
@@ -279,7 +279,7 @@
     using result_of::tag_of;
     using result_of::is_domain;
     using result_of::domain_of;
- using result_of::is_expr;
+ using result_of::is_expr;
 
     template<long N, typename Expr>
     typename result_of::arg_c<Expr, N>::type

Modified: branches/proto/v3/libs/xpressive/test/test_symbols.cpp
==============================================================================
--- branches/proto/v3/libs/xpressive/test/test_symbols.cpp (original)
+++ branches/proto/v3/libs/xpressive/test/test_symbols.cpp 2007-12-21 22:53:25 EST (Fri, 21 Dec 2007)
@@ -61,7 +61,7 @@
     map1["foobazbaz"] = "5";
 
     sregex rx = (a1=map1)[ xp::ref(result) = a1 ]
- >> *((a1=map1)[ xp::ref(result) += ',', xp::ref(result) += a1 ]);
+ >> *((a1=map1)[ xp::ref(result) += ',', xp::ref(result) += a1 ]);
 
     if(!regex_match(str, rx))
     {

Modified: branches/proto/v3/libs/xpressive/test/test_typeof2.cpp
==============================================================================
--- branches/proto/v3/libs/xpressive/test/test_typeof2.cpp (original)
+++ branches/proto/v3/libs/xpressive/test/test_typeof2.cpp 2007-12-21 22:53:25 EST (Fri, 21 Dec 2007)
@@ -102,7 +102,7 @@
     std::map<std::string,std::string> map10;
     TYPEOF_TEST((a1=map10)[ xp::ref(result) = a1 ] >> *(' ' >> (a1=map10)[ xp::ref(result) += ',' + a1 ]));
     TYPEOF_TEST((a1=map10)[ xp::ref(result) = a1 ]
- >> *((a1=map10)[ xp::ref(result) += ',', xp::ref(result) += a1 ]));
+ >> *((a1=map10)[ xp::ref(result) += ',', xp::ref(result) += a1 ]));
     std::list<int> result12;
     std::map<std::string,int> map12;
     TYPEOF_TEST((a1=map12)[ xp::ref(result12)->*push_back( a1 ) ]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk