quick lint
This commit is contained in:
parent
e4817bb4c3
commit
65340ffda6
@ -154,7 +154,7 @@ inline FILE *FopenCheck(const char *fname, const char *flag) {
|
|||||||
Check(fp != NULL, "can not open file \"%s\"\n", fname);
|
Check(fp != NULL, "can not open file \"%s\"\n", fname);
|
||||||
return fp;
|
return fp;
|
||||||
}
|
}
|
||||||
} // namespace utils
|
} // namespace utils
|
||||||
// easy utils that can be directly acessed in xgboost
|
// easy utils that can be directly acessed in xgboost
|
||||||
/*! \brief get the beginning address of a vector */
|
/*! \brief get the beginning address of a vector */
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user