Skip to content

Commit 2574bc6

Browse files
committed
formatting
1 parent a21b636 commit 2574bc6

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

include/stdexec/__detail/__bulk.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,15 +545,15 @@ namespace STDEXEC
545545
//! description, the lowering to @c bulk_chunked, and a usage example.
546546
//!
547547
//! @hideinitializer
548-
inline constexpr bulk_t bulk{};
548+
inline constexpr bulk_t bulk{};
549549

550550
//! @brief The customization point object for the @c bulk_chunked sender adaptor.
551551
//!
552552
//! @c bulk_chunked is an instance of @ref bulk_chunked_t. See
553553
//! @ref bulk_chunked_t for the full description.
554554
//!
555555
//! @hideinitializer
556-
inline constexpr bulk_chunked_t bulk_chunked{};
556+
inline constexpr bulk_chunked_t bulk_chunked{};
557557

558558
//! @brief The customization point object for the @c bulk_unchunked sender adaptor.
559559
//!

include/stdexec/__detail/__just.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,15 @@ namespace STDEXEC
298298
//! description, completion signatures, and a usage example.
299299
//!
300300
//! @hideinitializer
301-
inline constexpr just_t just{};
301+
inline constexpr just_t just{};
302302

303303
//! @brief The customization point object for the @c just_error sender factory.
304304
//!
305305
//! @c just_error is an instance of @ref just_error_t. See @ref just_error_t
306306
//! for the full description, completion signatures, and a usage example.
307307
//!
308308
//! @hideinitializer
309-
inline constexpr just_error_t just_error{};
309+
inline constexpr just_error_t just_error{};
310310

311311
//! @brief The customization point object for the @c just_stopped sender factory.
312312
//!

include/stdexec/__detail/__let.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,15 +965,15 @@ namespace STDEXEC
965965
//! exception and cancellation behavior, and a usage example.
966966
//!
967967
//! @hideinitializer
968-
inline constexpr let_value_t let_value{};
968+
inline constexpr let_value_t let_value{};
969969

970970
//! @brief The customization point object for the @c let_error sender adaptor.
971971
//!
972972
//! @c let_error is an instance of @ref let_error_t. See @ref let_error_t
973973
//! for the full description and example.
974974
//!
975975
//! @hideinitializer
976-
inline constexpr let_error_t let_error{};
976+
inline constexpr let_error_t let_error{};
977977

978978
//! @brief The customization point object for the @c let_stopped sender adaptor.
979979
//!

include/stdexec/__detail/__receivers.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,15 +288,15 @@ namespace STDEXEC
288288
//! for the full description and customization rules.
289289
//!
290290
//! @hideinitializer
291-
inline constexpr set_value_t set_value{};
291+
inline constexpr set_value_t set_value{};
292292

293293
//! @brief The customization point object for delivering an error completion.
294294
//!
295295
//! @c set_error is an instance of @ref set_error_t. See @ref set_error_t
296296
//! for the full description and customization rules.
297297
//!
298298
//! @hideinitializer
299-
inline constexpr set_error_t set_error{};
299+
inline constexpr set_error_t set_error{};
300300

301301
//! @brief The customization point object for delivering a stopped completion.
302302
//!

include/stdexec/__detail/__sync_wait.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ STDEXEC_P2300_NAMESPACE_BEGIN(this_thread)
500500
//! for the full description, completion-behavior table, and a usage example.
501501
//!
502502
//! @hideinitializer
503-
inline constexpr sync_wait_t sync_wait{};
503+
inline constexpr sync_wait_t sync_wait{};
504504

505505
//! @brief The customization point object for the @c sync_wait_with_variant
506506
//! sender consumer.

include/stdexec/__detail/__when_all.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ namespace STDEXEC
349349
//! a usage example.
350350
//!
351351
//! @hideinitializer
352-
inline constexpr when_all_t when_all{};
352+
inline constexpr when_all_t when_all{};
353353

354354
//! @brief The customization point object for the @c when_all_with_variant
355355
//! sender factory.
@@ -358,7 +358,7 @@ namespace STDEXEC
358358
//! See @ref when_all_with_variant_t for the full description.
359359
//!
360360
//! @hideinitializer
361-
inline constexpr when_all_with_variant_t when_all_with_variant{};
361+
inline constexpr when_all_with_variant_t when_all_with_variant{};
362362

363363
//! @brief The customization point object for the @c transfer_when_all
364364
//! sender factory.
@@ -367,7 +367,7 @@ namespace STDEXEC
367367
//! <tt>when_all(...) | continues_on(sch)</tt> instead.
368368
//!
369369
//! @hideinitializer
370-
inline constexpr transfer_when_all_t transfer_when_all{};
370+
inline constexpr transfer_when_all_t transfer_when_all{};
371371

372372
//! @brief The customization point object for the
373373
//! @c transfer_when_all_with_variant sender factory.

0 commit comments

Comments
 (0)