aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/src_root.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/system/src_root.h
parentdb4754b956955532cb1ad5fd119d5d199b790a0e (diff)
downloadydb-74184a40c15dc0649a769d9754d0ce7efb44db04.tar.gz
FixNamespaceComments in /util
FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b
Diffstat (limited to 'util/system/src_root.h')
-rw-r--r--util/system/src_root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/src_root.h b/util/system/src_root.h
index d595de7d8f..f0bf9185e6 100644
--- a/util/system/src_root.h
+++ b/util/system/src_root.h
@@ -70,6 +70,6 @@ namespace NPrivate {
constexpr Y_FORCE_INLINE TStaticBuf StripRoot(const TStaticBuf& f) noexcept {
return StripRoot(f, RootPrefixLength(f));
}
-}
+} // namespace NPrivate
#define __SOURCE_FILE_IMPL__ ::NPrivate::StripRoot(STATIC_BUF(__FILE__), std::integral_constant<unsigned, ::NPrivate::RootPrefixLength(STATIC_BUF(__FILE__))>::value)