Remove pedantic ;s.

This commit is contained in:
Ryan Curtin
2015-05-07 15:10:51 -04:00
parent 237ab40b5a
commit 34eb8da76f
2 changed files with 4 additions and 4 deletions
@@ -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"
@@ -266,7 +266,7 @@ size_t MeanSplit<BoundType, MatType>::
return left;
}
}; // namespace tree
}; // namespace mlpack
} // namespace tree
} // namespace mlpack
#endif