From b196eb659bec93018f896fa6681aae72ba779a81 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Thu, 24 Mar 2005 17:06:38 +0000 Subject: [PATCH] Indent with ASCII spaces! svn path=/trunk/boost/boost/numeric/ublas/; revision=27803 --- include/boost/numeric/ublas/matrix_sparse.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/boost/numeric/ublas/matrix_sparse.hpp b/include/boost/numeric/ublas/matrix_sparse.hpp index e387820a..ccb71a85 100644 --- a/include/boost/numeric/ublas/matrix_sparse.hpp +++ b/include/boost/numeric/ublas/matrix_sparse.hpp @@ -2598,13 +2598,13 @@ namespace boost { namespace numeric { namespace ublas { value_array_type &value_data () { return value_data_; } -        BOOST_UBLAS_INLINE -        void complete_index1_data () { -            while (filled1_ <= layout_type::size1 (size1_, size2_)) { -                this->index1_data_ [filled1_] = k_based (filled2_); -                ++ this->filled1_; -            } -        } + BOOST_UBLAS_INLINE + void complete_index1_data () { + while (filled1_ <= layout_type::size1 (size1_, size2_)) { + this->index1_data_ [filled1_] = k_based (filled2_); + ++ this->filled1_; + } + } // Resizing private: