Skip to content

Commit 3bdfab8

Browse files
committed
C++: Autoformat.
1 parent bbb9396 commit 3bdfab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/security/FunctionWithWrappers.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* void *MyMalloc(size_t size)
88
* {
99
* void *ptr = malloc(size);
10-
*
10+
*
1111
* // ... additional logic?
1212
*
1313
* return ptr;

0 commit comments

Comments
 (0)