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 | ddd64736134d6d92b80a934c8cf8228944ee4236 (patch) | |
tree | 145560960b5efdc61f39e36b4acbf2e0bf7c356d /util/digest | |
parent | ae304bda46e224a4436a019a4f9181652ea4b370 (diff) | |
download | ydb-ddd64736134d6d92b80a934c8cf8228944ee4236.tar.gz |
Restoring authorship annotation for <yoda@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/digest')
-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 c25f175d544..b75214ec4db 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 |