STYLE: Minor code formatting

This commit is contained in:
andy
2012-11-21 10:25:35 +00:00
parent a959387b56
commit 4c22e25a20

View File

@ -67,7 +67,6 @@ namespace Foam
{ {
defineTypeNameAndDebug(faceSource, 0); defineTypeNameAndDebug(faceSource, 0);
addToRunTimeSelectionTable(fieldValue, faceSource, dictionary); addToRunTimeSelectionTable(fieldValue, faceSource, dictionary);
} }
} }