Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Dec 13, 2022
1 parent 9bc7511 commit 146eef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/google/protobuf/arena_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ class PROTOBUF_EXPORT ThreadSafeArena {
#pragma warning(disable : 4324)
#endif
using LifecycleId = uint64_t;
alignas(kCacheAlignment) ABSL_CONST_INIT static std::atomic<LifecycleId>
lifecycle_id_;
alignas(kCacheAlignment) ABSL_CONST_INIT
static std::atomic<LifecycleId> lifecycle_id_;
#if defined(PROTOBUF_NO_THREADLOCAL)
// iOS does not support __thread keyword so we use a custom thread local
// storage class we implemented.
Expand Down

0 comments on commit 146eef8

Please sign in to comment.