diff options
author | Andrey Khalyavin <halyavin@gmail.com> | 2022-02-10 16:46:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:29 +0300 |
commit | f773626848a7c7456803654292e716b83d69cc12 (patch) | |
tree | db052dfcf9134f492bdbb962cb6c16cea58e1ed3 /contrib/libs/re2/util/utf.h | |
parent | f43ab775d197d300eb67bd4497632b909cd7c2a5 (diff) | |
download | ydb-f773626848a7c7456803654292e716b83d69cc12.tar.gz |
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/re2/util/utf.h')
-rw-r--r-- | contrib/libs/re2/util/utf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/re2/util/utf.h b/contrib/libs/re2/util/utf.h index 85b42972390..b61561389f0 100644 --- a/contrib/libs/re2/util/utf.h +++ b/contrib/libs/re2/util/utf.h @@ -15,9 +15,9 @@ * in name space re2. */ -#ifndef UTIL_UTF_H_ -#define UTIL_UTF_H_ - +#ifndef UTIL_UTF_H_ +#define UTIL_UTF_H_ + #include <stdint.h> namespace re2 { @@ -41,4 +41,4 @@ char* utfrune(const char*, Rune); } // namespace re2 -#endif // UTIL_UTF_H_ +#endif // UTIL_UTF_H_ |