Fix identation everywhere (big commit)

This commit is contained in:
Simon Giraudot
2017-03-31 08:31:41 +02:00
parent 543a3bdc75
commit 73fd922748
21 changed files with 811 additions and 811 deletions
@@ -68,10 +68,10 @@ int main (int argc, char** argv)
std::cerr << "Reading input" << std::endl;
if (!in
|| !(CGAL::read_ply_points (in, std::back_inserter (pts))))
{
std::cerr << "Error: cannot read " << filename << std::endl;
return EXIT_FAILURE;
}
{
std::cerr << "Error: cannot read " << filename << std::endl;
return EXIT_FAILURE;
}
Neighborhood neighborhood (pts, Pmap());
Local_eigen_analysis eigen (pts, Pmap(), neighborhood.k_neighbor_query(6));