summaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/malloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/malloc/api/malloc.cpp')
-rw-r--r--library/cpp/malloc/api/malloc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/malloc/api/malloc.cpp b/library/cpp/malloc/api/malloc.cpp
index a319878b253..eed1c58a383 100644
--- a/library/cpp/malloc/api/malloc.cpp
+++ b/library/cpp/malloc/api/malloc.cpp
@@ -4,15 +4,15 @@
#include "malloc.h"
namespace {
- bool SetEmptyParam(const char*, const char*) {
+ bool SetEmptyParam(const char*, const char*) {
return false;
}
- const char* GetEmptyParam(const char*) {
+ const char* GetEmptyParam(const char*) {
return nullptr;
}
- bool CheckEmptyParam(const char*, bool defaultValue) {
+ bool CheckEmptyParam(const char*, bool defaultValue) {
return defaultValue;
}
}