Removed tab characters and reformatted 3 lines.

This commit is contained in:
Shai Hirsch 2001-07-03 15:44:01 +00:00
parent a4d393b04d
commit 3af17b3d3d
1 changed files with 4 additions and 4 deletions

View File

@ -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;