Skip to content

Commit cf1869c

Browse files
committed
CPP: Indentation.
1 parent 0029a33 commit cf1869c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/ql/src/semmle/code/cpp/Class.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class Class extends UserType {
4141

4242
/**
4343
* Gets a function declared in this class.
44-
* For template member functions, results include both the template
45-
* and the instantiations of that template. If you only want the
46-
* template, then use `getACanonicalMemberFunction()` instead.
44+
* For template member functions, results include both the template
45+
* and the instantiations of that template. If you only want the
46+
* template, then use `getACanonicalMemberFunction()` instead.
4747
*/
4848
MemberFunction getAMemberFunction() { result = this.getAMember() }
4949

0 commit comments

Comments
 (0)