C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-04-07 20:54:54 +01:00
parent 2686d9888c
commit 50194f372b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
* for usage information.
*/
import semmle.code.cpp.models.interfaces.Allocation
import semmle.code.cpp.models.interfaces.Allocation
/**
* An allocation function (such as `malloc`) that has an argument for the size

View File

@@ -4,7 +4,7 @@
* for usage information.
*/
import semmle.code.cpp.models.interfaces.Allocation
import semmle.code.cpp.models.interfaces.Allocation
/**
* A deallocation function such as `free`.