From 2b82bb018b0580ffe463a092e567426e3306dbda Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Tue, 5 Oct 2004 10:14:49 +0000 Subject: [PATCH] remove tabs --- include/boost/numeric/ublas/fwd.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/numeric/ublas/fwd.hpp b/include/boost/numeric/ublas/fwd.hpp index 3f143870..c3bb25be 100644 --- a/include/boost/numeric/ublas/fwd.hpp +++ b/include/boost/numeric/ublas/fwd.hpp @@ -20,7 +20,7 @@ namespace boost { namespace numeric { namespace ublas { - // Storage types + // Storage types template > class unbounded_array; @@ -41,7 +41,7 @@ namespace boost { namespace numeric { namespace ublas { template > > class map_array; - // Expression types + // Expression types struct scalar_tag {}; template @@ -168,7 +168,7 @@ namespace boost { namespace numeric { namespace ublas { template, class TA = unbounded_array > class coordinate_matrix; - // Evaluation tags + // Evaluation tags struct concrete_tag {}; struct abstract_tag {};