[mlpack-git] master: Remove pedantic ;s. (34eb8da)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu May 7 15:10:59 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/237ab40b5a32dd626a387e8a109771307fe59153...148bfca48cccba1647ffcfacd03e578a493b7265

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

commit 34eb8da76ff28ab7e7cf467efb853ada0217fd2c
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu May 7 14:18:09 2015 -0400

    Remove pedantic ;s.


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

34eb8da76ff28ab7e7cf467efb853ada0217fd2c
 src/mlpack/core/tree/binary_space_tree/mean_split.hpp      | 4 ++--
 src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mlpack/core/tree/binary_space_tree/mean_split.hpp b/src/mlpack/core/tree/binary_space_tree/mean_split.hpp
index 219cc8c..3573f11 100644
--- a/src/mlpack/core/tree/binary_space_tree/mean_split.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/mean_split.hpp
@@ -107,8 +107,8 @@ class MeanSplit
                              std::vector<size_t>& oldFromNew);
 };
 
-}; // namespace tree
-}; // namespace mlpack
+} // namespace tree
+} // namespace mlpack
 
 // Include implementation.
 #include "mean_split_impl.hpp"
diff --git a/src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp b/src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp
index 94d297d..be6ba14 100644
--- a/src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp
@@ -266,7 +266,7 @@ size_t MeanSplit<BoundType, MatType>::
   return left;
 }
 
-}; // namespace tree
-}; // namespace mlpack
+} // namespace tree
+} // namespace mlpack
 
 #endif



More information about the mlpack-git mailing list