aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/guard.h
diff options
context:
space:
mode:
authordmasloff <dmasloff@yandex-team.com>2024-08-17 23:33:42 +0300
committerdmasloff <dmasloff@yandex-team.com>2024-08-17 23:43:45 +0300
commit69340f4614e853b9319df4b454ab7497711ee3cd (patch)
tree9902a3e2f58fe0bd9a157e7b51ad1cc52efa5744 /util/system/guard.h
parenta905b53ec410defd5d2c40031ef8b34bb50a29f8 (diff)
downloadydb-69340f4614e853b9319df4b454ab7497711ee3cd.tar.gz
Set SpacesInLineCommentPrefix to 1 in /util
Set SpacesInLineCommentPrefix to 1 in /util 3853f9ec5143722c1bebd8dc0ffc9b61a6c17657
Diffstat (limited to 'util/system/guard.h')
-rw-r--r--util/system/guard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/guard.h b/util/system/guard.h
index b6ca45fff6..2b4192c01a 100644
--- a/util/system/guard.h
+++ b/util/system/guard.h
@@ -21,7 +21,7 @@ struct TTryLockOps: public TCommonLockOps<T> {
}
};
-//must be used with great care
+// must be used with great care
template <class TOps>
struct TInverseLockOps: public TOps {
template <class T>