Misc cleaning

This commit is contained in:
Mael Rouxel-Labbé 2021-09-27 15:35:40 +02:00
parent c8cc0747fa
commit 5578bf43ff
3 changed files with 9 additions and 9 deletions

View File

@ -224,7 +224,7 @@ bool write_PLY(std::ostream& os,
return write_PLY_with_properties(os, points, return write_PLY_with_properties(os, points,
make_ply_point_writer(point_map), make_ply_point_writer(point_map),
make_ply_normal_writer(normal_map)); make_ply_normal_writer(normal_map));
// else
return write_PLY_with_properties(os, points, make_ply_point_writer(point_map)); return write_PLY_with_properties(os, points, make_ply_point_writer(point_map));
} }