diff options
author | limburg <limburg@yandex-team.ru> | 2022-02-10 16:47:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:37 +0300 |
commit | f8250dcf35b79fc52c9e6c6fa3931df9fd4ce472 (patch) | |
tree | 09491b73fe8fbb0990530ad9e7d4a6d96aa8dff4 /util/charset/recode_result.h | |
parent | 0d7c4ef9025d79c9bba6f62a92b490ee72e80ed0 (diff) | |
download | ydb-f8250dcf35b79fc52c9e6c6fa3931df9fd4ce472.tar.gz |
Restoring authorship annotation for <limburg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/charset/recode_result.h')
-rw-r--r-- | util/charset/recode_result.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util/charset/recode_result.h b/util/charset/recode_result.h index 2c7366e7b2..6b0c184da1 100644 --- a/util/charset/recode_result.h +++ b/util/charset/recode_result.h @@ -1,9 +1,9 @@ #pragma once enum RECODE_RESULT { - RECODE_OK, - RECODE_EOINPUT, - RECODE_EOOUTPUT, - RECODE_BROKENSYMBOL, - RECODE_ERROR, -}; + RECODE_OK, + RECODE_EOINPUT, + RECODE_EOOUTPUT, + RECODE_BROKENSYMBOL, + RECODE_ERROR, +}; |