diff options
author | uht <uht@yandex-team.ru> | 2022-02-10 16:49:56 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:56 +0300 |
commit | 570af552997dea3da2712f693b345afa31932f3b (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util | |
parent | 1191d1e479d83a18a813a5107573ce22a2f0bbb4 (diff) | |
download | ydb-570af552997dea3da2712f693b345afa31932f3b.tar.gz |
Restoring authorship annotation for <uht@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/charset/unidata.h | 2 | ||||
-rw-r--r-- | util/string/vector.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/charset/unidata.h b/util/charset/unidata.h index 55aa6daeea..400d314186 100644 --- a/util/charset/unidata.h +++ b/util/charset/unidata.h @@ -54,7 +54,7 @@ enum WC_TYPE { // TODO move no NUnicode Pe_QUOTE = 38, // '"' Pi_QUOTE = 39, // '"' Pf_QUOTE = 40, // '"' - Pc_CONNECTOR = 41, // '_' [_] LOW LINE + Pc_CONNECTOR = 41, // '_' [_] LOW LINE Po_OTHER = 42, // '*' [#%&*/@\] NUMBER SIGN ... REVERSE SOLIDUS Po_QUOTE = 43, // '"' ["] QUOTATION MARK Po_TERMINAL = 44, // '.' [!,.:;?] EXCLAMATION MARK ... QUESTION MARK diff --git a/util/string/vector.h b/util/string/vector.h index 1ef5f22644..e36c348bbe 100644 --- a/util/string/vector.h +++ b/util/string/vector.h @@ -9,7 +9,7 @@ #include <util/generic/vector.h> #include <util/string/cast.h> #include <util/system/yassert.h> - + #define KEEP_EMPTY_TOKENS 0x01 // |