STYLE: indentation: trailing whitespace

This commit is contained in:
mattijs
2017-12-08 12:26:16 +00:00
parent 22b133a52a
commit 74b557d5f2
4 changed files with 2 additions and 4 deletions

View File

@ -53,7 +53,7 @@ Foam::functionObjects::fieldValues::surfaceFieldValue::faceFlip() const
inline bool
Foam::functionObjects::fieldValues::surfaceFieldValue::usesMag() const
{
// Operation specifically tagged to use mag
// Operation specifically tagged to use mag
return (operation_ & typeAbsolute);
}