aboutsummaryrefslogtreecommitdiffstats
path: root/util/charset/wide.h
diff options
context:
space:
mode:
authordmasloff <dmasloff@yandex-team.com>2024-09-05 20:05:47 +0300
committerdmasloff <dmasloff@yandex-team.com>2024-09-05 20:17:10 +0300
commit74184a40c15dc0649a769d9754d0ce7efb44db04 (patch)
tree433c12d17fec8928522e31fede6afb88e0b8f41c /util/charset/wide.h
parentdb4754b956955532cb1ad5fd119d5d199b790a0e (diff)
downloadydb-74184a40c15dc0649a769d9754d0ce7efb44db04.tar.gz
FixNamespaceComments in /util
FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b
Diffstat (limited to 'util/charset/wide.h')
-rw-r--r--util/charset/wide.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/charset/wide.h b/util/charset/wide.h
index 06f48d60da..c2a8d00372 100644
--- a/util/charset/wide.h
+++ b/util/charset/wide.h
@@ -61,7 +61,7 @@ namespace NDetail {
template <class T>
inline void WriteSurrogatePair(wchar32 s, T& dest) noexcept;
-}
+} // namespace NDetail
inline wchar16* SkipSymbol(wchar16* begin, const wchar16* end) noexcept {
return begin + W16SymbolSize(begin, end);
@@ -333,7 +333,7 @@ namespace NDetail {
void UTF8ToWideImplSSE41(const unsigned char*& cur, const unsigned char* last, wchar16*& dest) noexcept;
void UTF8ToWideImplSSE41(const unsigned char*& cur, const unsigned char* last, wchar32*& dest) noexcept;
-}
+} // namespace NDetail
//! @return len if robust and position where encoding stopped if not
template <bool robust, typename TCharType>
@@ -639,7 +639,7 @@ namespace NDetail {
}
#endif // _sse2_
-}
+} // namespace NDetail
//! returns @c true if character sequence has no symbols with value greater than 0x7F
template <typename TChar>