diff options
| author | omakovski <[email protected]> | 2022-02-10 16:49:30 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:30 +0300 | 
| commit | 5feb3b4d96aaa42ce546426241c48d626e6d6685 (patch) | |
| tree | 728359f39c2eeab2b894f3d8664ea1499ffde216 /library/cpp/malloc | |
| parent | 077ab504815199e62ffc54daee873cf1d6b64297 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/malloc')
| -rw-r--r-- | library/cpp/malloc/ya.make | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/library/cpp/malloc/ya.make b/library/cpp/malloc/ya.make index 0ec9db71d20..80ee9e33f3b 100644 --- a/library/cpp/malloc/ya.make +++ b/library/cpp/malloc/ya.make @@ -19,8 +19,8 @@ IF (NOT OS_WINDOWS)      RECURSE(          calloc          calloc/tests -        calloc/calloc_profile_diff -        calloc/calloc_profile_scan -        calloc/calloc_profile_scan/ut +        calloc/calloc_profile_diff  +        calloc/calloc_profile_scan  +        calloc/calloc_profile_scan/ut       )  ENDIF() | 
