Skip to content

Commit 947cdfb

Browse files
[atomics.types.float] Fix indentation for function declarations (#8172)
1 parent 430b1b2 commit 947cdfb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/threads.tex

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5430,29 +5430,29 @@
54305430
memory_order = memory_order::seq_cst) volatile noexcept;
54315431
constexpr @\placeholdernc{floating-point-type}@ fetch_sub(@\placeholdernc{floating-point-type}@,
54325432
memory_order = memory_order::seq_cst) noexcept;
5433-
@\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@,
5433+
@\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@,
54345434
memory_order = memory_order::seq_cst) volatile noexcept;
5435-
constexpr @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@,
5435+
constexpr @\placeholdernc{floating-point-type}@ fetch_max(@\placeholdernc{floating-point-type}@,
54365436
memory_order = memory_order::seq_cst) noexcept;
5437-
@\placeholdernc{floating-point-type}@ fetch_min(@\placeholdernc{floating-point-type}@,
5437+
@\placeholdernc{floating-point-type}@ fetch_min(@\placeholdernc{floating-point-type}@,
54385438
memory_order = memory_order::seq_cst) volatile noexcept;
5439-
constexpr @\placeholdernc{floating-poin-type}@t fetch_min(@\placeholdernc{floating-point-type}@,
5439+
constexpr @\placeholdernc{floating-poin-type}@t fetch_min(@\placeholdernc{floating-point-type}@,
54405440
memory_order = memory_order::seq_cst) noexcept;
5441-
@\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@,
5441+
@\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@,
54425442
memory_order = memory_order::seq_cst) volatile noexcept;
5443-
constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@,
5443+
constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum(@\placeholdernc{floating-point-type}@,
54445444
memory_order = memory_order::seq_cst) noexcept;
5445-
@\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@,
5445+
@\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@,
54465446
memory_order = memory_order::seq_cst) volatile noexcept;
5447-
constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@,
5447+
constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum(@\placeholdernc{floating-point-type}@,
54485448
memory_order = memory_order::seq_cst) noexcept;
5449-
@\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@,
5449+
@\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@,
54505450
memory_order = memory_order::seq_cst) volatile noexcept;
5451-
constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@,
5451+
constexpr @\placeholdernc{floating-point-type}@ fetch_fmaximum_num(@\placeholdernc{floating-point-type}@,
54525452
memory_order = memory_order::seq_cst) noexcept;
5453-
@\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@,
5453+
@\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@,
54545454
memory_order = memory_order::seq_cst) volatile noexcept;
5455-
constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@,
5455+
constexpr @\placeholdernc{floating-point-type}@ fetch_fminimum_num(@\placeholdernc{floating-point-type}@,
54565456
memory_order = memory_order::seq_cst) noexcept;
54575457

54585458
void store_add(@\placeholdernc{floating-point-type}@,

0 commit comments

Comments
 (0)