STYLE: trim trailing space

This commit is contained in:
Mark Olesen
2020-12-18 09:24:01 +01:00
parent c5dece6a09
commit e9dcc59c4d
8 changed files with 28 additions and 23 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2011 |
| \\ / O peration | Version: v2012 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -53,7 +53,7 @@ functions
fieldMinMax
{
type fieldMinMax;
functionObjectLibs (fieldFunctionObjects);
libs (fieldFunctionObjects);
fields ( U p T);
mode magnitude;
writeControl timeStep;