STYLE: CodedSource: remove space from description. Fixes #612.

This commit is contained in:
mattijs
2017-10-09 09:55:35 +01:00
parent c903c39763
commit 1a3a57f73d

View File

@ -90,7 +90,7 @@ Foam::dlLibraryTable& Foam::fv::CodedSource<Type>::libs() const
template<class Type>
Foam::string Foam::fv::CodedSource<Type>::description() const
{
return "fvOption:: " + name_;
return "fvOption::" + name_;
}