From 7ad2ddb3bcf1f0b24364eafdf6138d3e096f13d1 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 {