Skip to content

Commit 785bd36

Browse files
committed
make clang-tidy happy
1 parent 3aff98e commit 785bd36

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

code/globalincs/memory/utils.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#pragma once
1+
#ifndef MEMORY_UTILS_H
2+
#define MEMORY_UTILS_H
23

34
#include <cstring>
45

@@ -22,3 +23,5 @@ inline char *vm_strdup(const char *ptr)
2223

2324
return vm_strndup(ptr, len);
2425
}
26+
27+
#endif // MEMORY_UTILS_H

0 commit comments

Comments
 (0)