diff options
author | yoda <yoda@yandex-team.ru> | 2022-02-10 16:50:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:00 +0300 |
commit | 86ac2045bfe9733d3396425a6ecade74c11ac489 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/digest/city.cpp | |
parent | ddd64736134d6d92b80a934c8cf8228944ee4236 (diff) | |
download | ydb-86ac2045bfe9733d3396425a6ecade74c11ac489.tar.gz |
Restoring authorship annotation for <yoda@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/digest/city.cpp')
-rw-r--r-- | util/digest/city.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/digest/city.cpp b/util/digest/city.cpp index b75214ec4d..c25f175d54 100644 --- a/util/digest/city.cpp +++ b/util/digest/city.cpp @@ -1,5 +1,5 @@ -#ifndef NO_CITYHASH - +#ifndef NO_CITYHASH + // Copyright (c) 2011 Google, Inc. // Permission is hereby granted, free of charge, to any person obtaining a copy @@ -309,7 +309,7 @@ uint128 CityHash128(const char* s, size_t len) noexcept { return CityHash128WithSeed(s, len, uint128(k0, k1)); } } - + // TODO(yazevnul): move this function to unittests void TestCompilationOfCityHashTemplates() { TStringBuf s; @@ -320,4 +320,4 @@ void TestCompilationOfCityHashTemplates() { CityHash128WithSeed(s, uint128(1, 2)); } -#endif +#endif |