Skip to content
Snippets Groups Projects
Commit cd82a0f5 authored by laurence's avatar laurence
Browse files

Remove trailing whitespace

parent a68d7606
Branches
Tags
No related merge requests found
......@@ -227,7 +227,7 @@ void Foam::meshTools::writeOBJ
os << "v" << ' ' << p2.x() << ' ' << p2.y() << ' ' << p2.z() << endl;
os << "l" << " " << (count + 1) << " " << (count + 2) << endl;
count += 2;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment