Skip to content
Snippets Groups Projects
Commit ac3e55e1 authored by andy's avatar andy
Browse files

STYLE: limit to 80 char width

parent e2ad344e
No related merge requests found
......@@ -170,7 +170,8 @@ public:
//- Does the patch field perform the transformation
virtual bool doTransform() const
{
return !(cyclicAMIPatch_.parallel() || pTraits<Type>::rank == 0);
return
!(cyclicAMIPatch_.parallel() || pTraits<Type>::rank == 0);
}
//- Return face transformation tensor
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment