aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc/guid-inl.h
diff options
context:
space:
mode:
authoracid <acid@yandex-team.ru>2022-02-10 16:50:48 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:48 +0300
commite55e35630443fbd1ab23fc2734140a9e06509073 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/misc/guid-inl.h
parent135b277c8122a631eadd1af0af8a69ed972fdf7b (diff)
downloadydb-e55e35630443fbd1ab23fc2734140a9e06509073.tar.gz
Restoring authorship annotation for <acid@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/misc/guid-inl.h')
-rw-r--r--library/cpp/yt/misc/guid-inl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/yt/misc/guid-inl.h b/library/cpp/yt/misc/guid-inl.h
index eefc5a9a71..2d94b5701b 100644
--- a/library/cpp/yt/misc/guid-inl.h
+++ b/library/cpp/yt/misc/guid-inl.h
@@ -26,10 +26,10 @@ Y_FORCE_INLINE bool TGuid::IsEmpty() const
}
Y_FORCE_INLINE TGuid::operator bool() const
-{
- return !IsEmpty();
-}
-
+{
+ return !IsEmpty();
+}
+
////////////////////////////////////////////////////////////////////////////////
Y_FORCE_INLINE bool operator == (TGuid lhs, TGuid rhs)