Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jul 25, 2019
1 parent 5c18ffd commit e7cf2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/c_api/c_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,8 @@ XGB_DLL int XGBoosterLoadModelFromBuffer(BoosterHandle handle,
}

XGB_DLL int XGBoosterGetModelRaw(BoosterHandle handle,
xgboost::bst_ulong* out_len,
const char** out_dptr) {
xgboost::bst_ulong* out_len,
const char** out_dptr) {
std::string& raw_str = XGBAPIThreadLocalStore::Get()->ret_str;
raw_str.resize(0);

Expand Down

0 comments on commit e7cf2b2

Please sign in to comment.