STYLE: remove spacing around forAll macros and template '> >' closing

This commit is contained in:
Mark Olesen
2018-07-06 11:03:28 +02:00
parent 957d8dc38d
commit 96b65a781d
23 changed files with 151 additions and 154 deletions

View File

@ -158,7 +158,7 @@ public:
//- Reconstruct area field
template<class Type>
tmp<GeometricField<Type, faPatchField, areaMesh> >
tmp<GeometricField<Type, faPatchField, areaMesh>>
reconstructFaAreaField
(
const IOobject& fieldIoObject
@ -166,7 +166,7 @@ public:
//- Reconstruct edge field
template<class Type>
tmp<GeometricField<Type, faePatchField, edgeMesh> >
tmp<GeometricField<Type, faePatchField, edgeMesh>>
reconstructFaEdgeField
(
const IOobject& fieldIoObject