Fixed trailing whitespace in refine_mesh_3.h (no real changes)

This commit is contained in:
Mael Rouxel-Labbé 2017-10-31 15:06:39 +01:00
parent 62fa9be278
commit c038e25f98
1 changed files with 343 additions and 346 deletions

View File

@ -27,7 +27,6 @@
#include <CGAL/license/Mesh_3.h>
#include <CGAL/config.h>
#include <CGAL/Mesh_3/config.h>
#include <CGAL/Mesh_3/Dump_c3t3.h>
@ -100,8 +99,8 @@ namespace CGAL {
private:
C3T3& r_c3t3_;
};
}
} // namespace details
namespace parameters {
@ -564,10 +563,8 @@ void refine_mesh_3_impl(C3T3& c3t3,
dump_c3t3(c3t3, mesh_options.dump_after_exude_prefix);
}
}
} // end namespace CGAL
#endif // CGAL_REFINE_MESH_3_H