mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: CodedSource: remove space from description. Fixes #612.
This commit is contained in:
@ -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_;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user