CPP: Indentation.

This commit is contained in:
Geoffrey White
2019-07-11 19:28:19 +01:00
parent 0029a33ee6
commit cf1869cfaa

View File

@@ -41,9 +41,9 @@ class Class extends UserType {
/** /**
* Gets a function declared in this class. * Gets a function declared in this class.
* For template member functions, results include both the template * For template member functions, results include both the template
* and the instantiations of that template. If you only want the * and the instantiations of that template. If you only want the
* template, then use `getACanonicalMemberFunction()` instead. * template, then use `getACanonicalMemberFunction()` instead.
*/ */
MemberFunction getAMemberFunction() { result = this.getAMember() } MemberFunction getAMemberFunction() { result = this.getAMember() }