aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/unaligned_mem.h
diff options
context:
space:
mode:
authormelkov <melkov@yandex-team.ru>2022-02-10 16:48:14 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:14 +0300
commit2c532b38e6aeb4fd88531027c7335690fd34c4e5 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/unaligned_mem.h
parent438546c8737d5c1fdeb31157dcf999717d930eec (diff)
downloadydb-2c532b38e6aeb4fd88531027c7335690fd34c4e5.tar.gz
Restoring authorship annotation for <melkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/unaligned_mem.h')
-rw-r--r--util/system/unaligned_mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/unaligned_mem.h b/util/system/unaligned_mem.h
index 4af20371f2..4b84686f2f 100644
--- a/util/system/unaligned_mem.h
+++ b/util/system/unaligned_mem.h
@@ -40,7 +40,7 @@ public:
}
inline T Cur() const noexcept {
- Y_ASSERT(C_ < L_ || sizeof(T) < Align);
+ Y_ASSERT(C_ < L_ || sizeof(T) < Align);
return ::ReadUnaligned<T>(C_);
}