From 9b9d2241a7656f1b3e99291ca158f10f619d9416 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 25 Sep 2000 21:19:29 +0000 Subject: [PATCH] removed tabs [SVN r7835] --- include/boost/pending/ct_if.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/pending/ct_if.hpp b/include/boost/pending/ct_if.hpp index a6f3059..669ad54 100644 --- a/include/boost/pending/ct_if.hpp +++ b/include/boost/pending/ct_if.hpp @@ -32,7 +32,7 @@ namespace boost { struct SelectFirstType { template - struct Template { typedef A type; }; + struct Template { typedef A type; }; }; struct SelectSecondType {