Skip to content
Snippets Groups Projects
Commit e0adfe9e authored by graham's avatar graham
Browse files

Correcting it's to its and "::"'s to "::"s.

parent 2ad1a75e
Branches
Tags
No related merge requests found
......@@ -184,7 +184,7 @@
+ splitting return type and function name
+ split initially after the function return type and left align
+ do not put "const" onto it's own line - use a split to keep it with the
+ do not put "const" onto its own line - use a split to keep it with the
function name and arguments.
so:
......@@ -209,7 +209,7 @@
+ if need to split again, split at the function name (leaving behind the
preceding scoping "::"'s), and again, left align, i.e.
preceding scoping "::"s), and again, left align, i.e.
const Foam::longReturnTypeName&
Foam::veryveryveryverylongClassName::
......
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