- trim whitespace, as required by build machine

This commit is contained in:
Eric Zavesky 2016-02-15 05:33:37 -06:00
parent d7e57f2152
commit 335f7e7916

View File

@ -122,7 +122,7 @@ Mat Tracker::process(const Mat frame, Stats& stats)
int main(int argc, char **argv)
{
if(argc < 3) {
cerr << "Usage: " << endl
cerr << "Usage: " << endl
<< "akaze_track input_path output_path [bounding_box_path]" << endl
<< " (for camera input_path=N for camera N)" << endl;
return 1;