diff options
author | dvorkanton <dvorkanton@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | ce1ca0f8ad5b8231d32b35629f85bb09beea1bfb (patch) | |
tree | 19b21fdcf9ef01e0c94a15434fb08a4a555a79e9 /library/cpp/blockcodecs/core/register.h | |
parent | fc361854fd6ee8d747229b090f0b8018e260d1fb (diff) | |
download | ydb-ce1ca0f8ad5b8231d32b35629f85bb09beea1bfb.tar.gz |
Restoring authorship annotation for <dvorkanton@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/blockcodecs/core/register.h')
-rw-r--r-- | library/cpp/blockcodecs/core/register.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/blockcodecs/core/register.h b/library/cpp/blockcodecs/core/register.h index fa1186dd70..632a41e4a8 100644 --- a/library/cpp/blockcodecs/core/register.h +++ b/library/cpp/blockcodecs/core/register.h @@ -1,10 +1,10 @@ -#pragma once - -#include "codecs.h" - -namespace NBlockCodecs{ - - void RegisterCodec(TCodecPtr codec); - void RegisterAlias(TStringBuf from, TStringBuf to); - -} +#pragma once + +#include "codecs.h" + +namespace NBlockCodecs{ + + void RegisterCodec(TCodecPtr codec); + void RegisterAlias(TStringBuf from, TStringBuf to); + +} |