quick lint

This commit is contained in:
tqchen 2014-09-02 17:51:05 -07:00
parent e4817bb4c3
commit 65340ffda6

View File

@ -154,7 +154,7 @@ inline FILE *FopenCheck(const char *fname, const char *flag) {
Check(fp != NULL, "can not open file \"%s\"\n", fname);
return fp;
}
} // namespace utils
} // namespace utils
// easy utils that can be directly acessed in xgboost
/*! \brief get the beginning address of a vector */
template<typename T>