Skip to content

Commit 6024eaa

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 89214fa commit 6024eaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

multidict/_multilib/state.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ static inline uint64_t
131131
NEXT_VERSION(mod_state *state)
132132
{
133133
return atomic_fetch_add_explicit(
134-
&state->global_version, 1, memory_order_relaxed) + 1;
134+
&state->global_version, 1, memory_order_relaxed) +
135+
1;
135136
}
136137

137138
#ifdef __cplusplus

0 commit comments

Comments
 (0)