summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbabenko <[email protected]>2024-09-17 16:14:44 +0300
committerbabenko <[email protected]>2024-09-17 16:43:39 +0300
commitb8f3261cf968fc5b1963c075a0462acd9dcecc87 (patch)
tree4fa24f129f1d3eda00532ede549b17a68f315d64
parent6e0fd06866a02c686d9d435f9a402b62c1274d74 (diff)
Normalize some spaces
commit_hash:c3c0c78c41f703bc9fccfd1d5ea27cdefb1d1c2c
-rw-r--r--yt/yt/client/hedging/hedging.h2
-rw-r--r--yt/yt/core/yson/detail.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/yt/yt/client/hedging/hedging.h b/yt/yt/client/hedging/hedging.h
index 53ffc3633d1..ccc7774301f 100644
--- a/yt/yt/client/hedging/hedging.h
+++ b/yt/yt/client/hedging/hedging.h
@@ -33,7 +33,7 @@ namespace NYT::NClient::NHedging::NRpc {
////////////////////////////////////////////////////////////////////////////////
-//TODO(ignat): drop this using
+// TODO(ignat): drop this using
using NCache::IClientsCachePtr;
////////////////////////////////////////////////////////////////////////////////
diff --git a/yt/yt/core/yson/detail.h b/yt/yt/core/yson/detail.h
index 8cbb172626a..fd78d112fea 100644
--- a/yt/yt/core/yson/detail.h
+++ b/yt/yt/core/yson/detail.h
@@ -64,7 +64,7 @@ public:
Offset += end - begin;
for (auto current = begin; current != end; ++current) {
++Column;
- if (*current == '\n') { //TODO: memchr
+ if (*current == '\n') { // TODO: memchr
++Line;
Column = 1;
}