diff options
| author | sskvor <[email protected]> | 2022-02-10 16:48:04 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:04 +0300 |
| commit | 10ade5dcb952a8fae61f734485641a8409e1c545 (patch) | |
| tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/testing/benchmark/dummy.cpp | |
| parent | 75abffb472365d28bd0a019db1a54cb32a6100dd (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 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 3c533ec52f6..cdb05c19db2 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*) { + } + } +} |
