STYLE: Remove trailing whitespace

This commit is contained in:
laurence
2012-03-30 08:53:47 +01:00
parent 187d7dee54
commit 3c6c675081
18 changed files with 28 additions and 28 deletions

View File

@ -8,7 +8,7 @@ using namespace Foam;
void test(const vector& a, const vector& b, const scalar tolerance)
{
Info<< "Vectors " << a << " and " << b
Info<< "Vectors " << a << " and " << b
<< " are (to tolerance of " << tolerance << "): ";
if (vectorTools::areParallel(a, b, tolerance))