diff options
author | sskvor <sskvor@yandex-team.ru> | 2022-02-10 16:48:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:04 +0300 |
commit | 75abffb472365d28bd0a019db1a54cb32a6100dd (patch) | |
tree | 09a7f042da3da3e074e6dd6f7e5305a92eb2321a /library/cpp/testing/benchmark/dummy.cpp | |
parent | b228f91bb45c3cb95fcd861c424bb3de0fd356f2 (diff) | |
download | ydb-75abffb472365d28bd0a019db1a54cb32a6100dd.tar.gz |
Restoring authorship annotation for <sskvor@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/testing/benchmark/dummy.cpp')
-rw-r--r-- | library/cpp/testing/benchmark/dummy.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/testing/benchmark/dummy.cpp b/library/cpp/testing/benchmark/dummy.cpp index cdb05c19db..3c533ec52f 100644 --- a/library/cpp/testing/benchmark/dummy.cpp +++ b/library/cpp/testing/benchmark/dummy.cpp @@ -1,8 +1,8 @@ -#include "bench.h" - -namespace NBench { - namespace NPrivate { - void UseCharPointer(volatile const char*) { - } - } -} +#include "bench.h" + +namespace NBench { + namespace NPrivate { + void UseCharPointer(volatile const char*) { + } + } +} |