From 878e7ab5a51084a63141e7a4796c099ca2d43f78 Mon Sep 17 00:00:00 2001 From: Peder Holt Date: Thu, 23 Mar 2006 20:50:12 +0000 Subject: [PATCH] Replaced tabs with spaces in documentation of BOOST_TYPEOF_NESTED_TYPEDEF [SVN r33460] --- doc/typeof.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/typeof.qbk b/doc/typeof.qbk index d396054..f0e5778 100644 --- a/doc/typeof.qbk +++ b/doc/typeof.qbk @@ -590,8 +590,8 @@ which takes care of `typename` inside the `typeof` expression. template struct result_of_conditional { - BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested,true?A():B()); - typedef typename nested::type type; + BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested,true?A():B()); + typedef typename nested::type type; }; template