[mlpack] 309/324: Fix odd tabbing issue.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:22:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit 36adb2d25431408bc96fe580a0c8419c64dfa4d2
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Mon Aug 11 19:58:04 2014 +0000

    Fix odd tabbing issue.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17001 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/core/arma_extend/Mat_extra_meat.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/core/arma_extend/Mat_extra_meat.hpp b/src/mlpack/core/arma_extend/Mat_extra_meat.hpp
index 85585af..06b8084 100644
--- a/src/mlpack/core/arma_extend/Mat_extra_meat.hpp
+++ b/src/mlpack/core/arma_extend/Mat_extra_meat.hpp
@@ -87,7 +87,7 @@ Mat<eT>::const_row_col_iterator::operator++(int)
 template<typename eT>
 inline typename Mat<eT>::const_row_col_iterator&
 Mat<eT>::const_row_col_iterator::operator--()
-    {
+  {
   if(internal_row > 0)
     {
     current_pos--;
@@ -295,7 +295,7 @@ Mat<eT>::row_col_iterator::operator++(int)
 template<typename eT>
 inline typename Mat<eT>::row_col_iterator&
 Mat<eT>::row_col_iterator::operator--()
-    {
+  {
   if(internal_row != 0)
     {
     current_pos--;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list