mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
CPP: Indentation.
This commit is contained in:
@@ -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() }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user