mirror of https://github.com/CGAL/cgal
Fix indentation
This commit is contained in:
parent
5c8c60595b
commit
c06dde11ce
|
|
@ -56,7 +56,7 @@ int main (int argc, char** argv)
|
|||
if (argc > 2)
|
||||
filename_config = argv[2];
|
||||
|
||||
std::cerr << "Reading input" << std::endl;
|
||||
std::cerr << "Reading input" << std::endl;
|
||||
Point_set pts;
|
||||
if(!(CGAL::read_point_set(filename, pts,
|
||||
// the PLY reader expects a binary file by default
|
||||
|
|
|
|||
Loading…
Reference in New Issue