Skip to content

Commit 3cd099d

Browse files
committed
Fix formatting
1 parent f7c4ab5 commit 3cd099d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libcxx/test/std/numerics/bit/bitops.shift/shl.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
template <class T>
2525
constexpr bool test() {
26-
using U = std::make_unsigned_t<T>;
27-
constexpr int width = std::numeric_limits<U>::digits;
26+
using U = std::make_unsigned_t<T>;
27+
constexpr int width = std::numeric_limits<U>::digits;
2828
constexpr U highbit_u = U(1) << (width - 1);
2929

3030
if constexpr (std::is_signed_v<T>) {

0 commit comments

Comments
 (0)