Skip to content

Commit 25c2211

Browse files
authored
[atomics.types.int] Remove superfluous whitespace (#8319)
1 parent 597cc85 commit 25c2211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5103,7 +5103,7 @@
51035103
memory_order = memory_order::seq_cst) noexcept;
51045104
@\placeholdernc{integral-type}@ fetch_max(@\placeholdernc{integral-type}@,
51055105
memory_order = memory_order::seq_cst) volatile noexcept;
5106-
constexpr @\placeholdernc{integral-type}@ fetch_max( @\placeholdernc{integral-type}@,
5106+
constexpr @\placeholdernc{integral-type}@ fetch_max(@\placeholdernc{integral-type}@,
51075107
memory_order = memory_order::seq_cst) noexcept;
51085108
@\placeholdernc{integral-type}@ fetch_min(@\placeholdernc{integral-type}@,
51095109
memory_order = memory_order::seq_cst) volatile noexcept;

0 commit comments

Comments
 (0)