mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
C++: Test spacing.
This commit is contained in:
@@ -201,6 +201,11 @@ void test_strndupa_dealloc() {
|
||||
|
||||
// ---
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void test_reassignment() {
|
||||
char *a = (char *)malloc(128);
|
||||
char *b = (char *)malloc(128);
|
||||
|
||||
Reference in New Issue
Block a user