Skip to content

Commit 3460b9d

Browse files
committed
C++: autoformat
1 parent f8b6e07 commit 3460b9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides a class and predicate for recognizing files that are likely to have been generated
2+
* Provides a class and predicate for recognizing files that are likely to have been generated
33
* automatically.
44
*/
55

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Provides classes for working with functions, including C++ constructors, destructors,
33
* user-defined operators, and template functions.
44
*/
5+
56
import semmle.code.cpp.Location
67
import semmle.code.cpp.Member
78
import semmle.code.cpp.Class

0 commit comments

Comments
 (0)