Remove trailing whitespaces

This commit is contained in:
Simon Giraudot 2020-09-28 15:24:35 +02:00
parent 19004a7432
commit 7ed93510a7
1 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ int main (int argc, char** argv)
CGAL::Classification::ETHZ::Random_forest_classifier::
convert_deprecated_configuration_to_new_format(ifile, ofile);
}
return EXIT_SUCCESS;
}