diff options
Diffstat (limited to 'library/cpp/malloc/api/malloc.cpp')
| -rw-r--r-- | library/cpp/malloc/api/malloc.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/malloc/api/malloc.cpp b/library/cpp/malloc/api/malloc.cpp index eed1c58a383..c417c3bb745 100644 --- a/library/cpp/malloc/api/malloc.cpp +++ b/library/cpp/malloc/api/malloc.cpp @@ -13,10 +13,10 @@ namespace { } bool CheckEmptyParam(const char*, bool defaultValue) { - return defaultValue; - } + return defaultValue; + } } - + namespace NMalloc { volatile bool IsAllocatorCorrupted = false; @@ -24,7 +24,7 @@ namespace NMalloc { : Name() , SetParam(SetEmptyParam) , GetParam(GetEmptyParam) - , CheckParam(CheckEmptyParam) + , CheckParam(CheckEmptyParam) { } |
