Skip to content

Commit

Permalink
removed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed May 23, 2011
1 parent 61e1cee commit 4ad6f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/svm/structural_svm_distributed.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespace dlib
friend void deserialize (oracle_request& item, std::istream& in)
{
deserialize(item.current_solution, in);
dlib::deserialize(item.cur_risk_lower_bound, in);
dlib::deserialize(item.cur_risk_lower_bound, in);
dlib::deserialize(item.eps, in);
dlib::deserialize(item.skip_cache, in);
}
Expand Down

0 comments on commit 4ad6f58

Please sign in to comment.