2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 05:02:16 +00:00

Indent with ASCII spaces!

svn path=/trunk/boost/boost/numeric/ublas/; revision=27803
This commit is contained in:
Michael Stevens
2005-03-24 17:06:38 +00:00
parent 70cbef6d3c
commit b196eb659b

View File

@@ -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: