Skip to content
Snippets Groups Projects
Commit 1a3a57f7 authored by mattijs's avatar mattijs
Browse files

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

parent c903c397
Branches
Tags
No related merge requests found
......@@ -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_;
}
......
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