[mlpack-git] master: Trivial style fix. (29e612e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 2 15:43:05 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/924425c35ddbf8c7c8c830ee8a67595909ed380e...29e612eb3383926c84df1ce74f5d33f1e86af0d2

>---------------------------------------------------------------

commit 29e612eb3383926c84df1ce74f5d33f1e86af0d2
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Dec 2 12:42:37 2015 -0800

    Trivial style fix.


>---------------------------------------------------------------

29e612eb3383926c84df1ce74f5d33f1e86af0d2
 src/mlpack/core/util/cli.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/util/cli.cpp b/src/mlpack/core/util/cli.cpp
index 4813960..422d72d 100644
--- a/src/mlpack/core/util/cli.cpp
+++ b/src/mlpack/core/util/cli.cpp
@@ -60,7 +60,7 @@ CLI::~CLI()
        ++it)
   {
     std::string i = (*it).first;
-    if(timer.GetState(i) == 1)
+    if (timer.GetState(i) == 1)
       Timer::Stop(i);
   }
 



More information about the mlpack-git mailing list