diff options
author | ironpeter <ironpeter@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
commit | edee5b99e1eec042f46725b89dcd81ea7e41d663 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/atomic_gcc.h | |
parent | ff97837ecc5972a00cb395483d8856566738375c (diff) | |
download | ydb-edee5b99e1eec042f46725b89dcd81ea7e41d663.tar.gz |
Restoring authorship annotation for <ironpeter@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/atomic_gcc.h')
-rw-r--r-- | util/system/atomic_gcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/atomic_gcc.h b/util/system/atomic_gcc.h index 00bea6fd90..ed8dc2bdc5 100644 --- a/util/system/atomic_gcc.h +++ b/util/system/atomic_gcc.h @@ -4,7 +4,7 @@ : \ : \ : "memory") - + static inline TAtomicBase AtomicGet(const TAtomic& a) { TAtomicBase tmp; #if defined(_arm64_) |