Fix indentation

This commit is contained in:
Maxime Gimeno 2021-01-14 09:12:10 +01:00
parent 5c8c60595b
commit c06dde11ce
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ int main (int argc, char** argv)
if (argc > 2) if (argc > 2)
filename_config = argv[2]; filename_config = argv[2];
std::cerr << "Reading input" << std::endl; std::cerr << "Reading input" << std::endl;
Point_set pts; Point_set pts;
if(!(CGAL::read_point_set(filename, pts, if(!(CGAL::read_point_set(filename, pts,
// the PLY reader expects a binary file by default // the PLY reader expects a binary file by default