mirror of https://github.com/CGAL/cgal
Removed tab characters and reformatted 3 lines.
This commit is contained in:
parent
a4d393b04d
commit
3af17b3d3d
|
|
@ -41,10 +41,10 @@ int main() {
|
|||
|
||||
Pmwx::Halfedge_iterator eit;
|
||||
for (eit = pm.halfedges_begin(); eit != pm.halfedges_end(); ++eit, ++eit) {
|
||||
cout << eit->source()->point();
|
||||
cout << " --- ";
|
||||
cout << eit->target()->point();
|
||||
cout << endl;
|
||||
cout << eit->source()->point();
|
||||
cout << " --- ";
|
||||
cout << eit->target()->point();
|
||||
cout << endl;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue