Skip to content

Commit 900f3de

Browse files
format
1 parent 8c292a5 commit 900f3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/__chrono/is_clock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ template <class _TimePoint, class _ClockType>
3535
inline constexpr bool __is_valid_clock_time_point_v = false;
3636

3737
template <class _TimePointClock, class _ClockType>
38-
inline constexpr bool __is_valid_clock_time_point_v<time_point<_TimePointClock, typename _ClockType::duration>, _ClockType> =
39-
true;
38+
inline constexpr bool
39+
__is_valid_clock_time_point_v<time_point<_TimePointClock, typename _ClockType::duration>, _ClockType> = true;
4040

4141
// Check if a clock satisfies the Cpp17Clock requirements as defined in [time.clock.req]
4242
template <class _Tp>

0 commit comments

Comments
 (0)