Skip to content

Commit f05f144

Browse files
committed
formattig
1 parent ff95378 commit f05f144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__utility/small_buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class __small_buffer {
7171
std::construct_at(reinterpret_cast<byte**>(__buffer_), __allocation);
7272
return std::launder(reinterpret_cast<_Stored*>(__allocation));
7373
# else
74-
return static_cast<_Stored*>(std::__libcpp_allocate(_BufferSize* sizeof(byte), _LIBCPP_ALIGNOF(byte)));
74+
return static_cast<_Stored*>(std::__libcpp_allocate(_BufferSize * sizeof(byte), _LIBCPP_ALIGNOF(byte)));
7575
# endif // _LIBCPP_HAS_LIBRARY_ALIGNED_ALLOCATION
7676
}
7777
}

0 commit comments

Comments
 (0)