mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Remove trailing whitespace
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user