Skip to content

Commit 7d9cad8

Browse files
Clang-format constexpr_random.h
1 parent b2c8cb8 commit 7d9cad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/support/constexpr_random.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ class linear_congruential_engine {
504504
seed(q);
505505
}
506506
TEST_CONSTEXPR_CXX14 void seed(result_type s = default_seed) {
507-
seed(std::integral_constant < bool, m == 0 > (), std::integral_constant < bool, c == 0 > (), s);
507+
seed(std::integral_constant< bool, m == 0 >(), std::integral_constant< bool, c == 0 >(), s);
508508
}
509509
template < class Sseq,
510510
typename std::enable_if<detail::is_seed_sequence<Sseq, linear_congruential_engine>::value, int>::type = 0>

0 commit comments

Comments
 (0)