diff options
author | bnagaev <[email protected]> | 2022-02-10 16:47:04 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:04 +0300 |
commit | c74559fb88da8adac0d9186cfa55a6b13c47695f (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /contrib/libs/yaml-cpp/src/null.cpp | |
parent | d6449ba66291ff0c0d352c82e6eb3efb4c8a7e8d (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/yaml-cpp/src/null.cpp')
-rw-r--r-- | contrib/libs/yaml-cpp/src/null.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/yaml-cpp/src/null.cpp b/contrib/libs/yaml-cpp/src/null.cpp index 3f29fd0f894..d12dd08ce4b 100644 --- a/contrib/libs/yaml-cpp/src/null.cpp +++ b/contrib/libs/yaml-cpp/src/null.cpp @@ -1,10 +1,10 @@ -#include "yaml-cpp/null.h" - -namespace YAML { -_Null Null; +#include "yaml-cpp/null.h" + +namespace YAML { +_Null Null; bool IsNullString(const std::string& str) { return str.empty() || str == "~" || str == "null" || str == "Null" || str == "NULL"; -} +} } |