aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authoruht <uht@yandex-team.ru>2022-02-10 16:49:56 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:56 +0300
commit1191d1e479d83a18a813a5107573ce22a2f0bbb4 (patch)
tree6cbbb7e1c6309393dde43830532c7c7b633b1e4b /util
parentfa977fb6c7b468a86cf33f948fdae8e0c83d3cad (diff)
downloadydb-1191d1e479d83a18a813a5107573ce22a2f0bbb4.tar.gz
Restoring authorship annotation for <uht@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r--util/charset/unidata.h2
-rw-r--r--util/string/vector.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/charset/unidata.h b/util/charset/unidata.h
index 400d314186..55aa6daeea 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 e36c348bbe..1ef5f22644 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
//