Skip to content

Commit 479ee11

Browse files
committed
format
1 parent 683aa0f commit 479ee11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/stdexec/__detail/__connect_awaitable.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ namespace STDEXEC
4141
STDEXEC_PRAGMA_OPTIMIZE_BEGIN()
4242

4343
# if STDEXEC_MSVC()
44-
static constexpr std::size_t __storage_size = 256;
44+
static constexpr std::size_t __storage_size = 256;
4545
# else
46-
static constexpr std::size_t __storage_size = 8 * sizeof(void*);
46+
static constexpr std::size_t __storage_size = 8 * sizeof(void*);
4747
# endif
4848
static constexpr std::size_t __storage_align = __STDCPP_DEFAULT_NEW_ALIGNMENT__;
4949

0 commit comments

Comments
 (0)