Skip to content

Commit 50194f3

Browse files
committed
C++: Autoformat.
1 parent 2686d98 commit 50194f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Allocation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* for usage information.
55
*/
66

7-
import semmle.code.cpp.models.interfaces.Allocation
7+
import semmle.code.cpp.models.interfaces.Allocation
88

99
/**
1010
* An allocation function (such as `malloc`) that has an argument for the size

cpp/ql/src/semmle/code/cpp/models/implementations/Deallocation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* for usage information.
55
*/
66

7-
import semmle.code.cpp.models.interfaces.Allocation
7+
import semmle.code.cpp.models.interfaces.Allocation
88

99
/**
1010
* A deallocation function such as `free`.

0 commit comments

Comments
 (0)