diff options
author | nsofya <[email protected]> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:52 +0300 |
commit | 2ea6d2c7415473747379b1c65468241b431057ad (patch) | |
tree | 667f873e5a94ca0042984be80442f34aac887f7d /library/cpp/malloc/api | |
parent | edee5b99e1eec042f46725b89dcd81ea7e41d663 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/malloc/api')
-rw-r--r-- | library/cpp/malloc/api/malloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/malloc/api/malloc.h b/library/cpp/malloc/api/malloc.h index ebd545d6dd9..00466e56272 100644 --- a/library/cpp/malloc/api/malloc.h +++ b/library/cpp/malloc/api/malloc.h @@ -1,8 +1,8 @@ #pragma once -#include <string.h> +#include <string.h> #include <util/system/compiler.h> - + namespace NMalloc { struct TMallocInfo { TMallocInfo(); |