Skip to content

Commit 5bf2091

Browse files
committed
fix clang-format
1 parent 026cfb2 commit 5bf2091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/test/src/sched/sched_rr_get_interval_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
#include "hdr/sched_macros.h"
1818
#include "hdr/types/struct_timespec.h"
1919

20-
using LlvmLibcSchedRRGetIntervalTest = LIBC_NAMESPACE::testing::ErrnoCheckingTest;
20+
using LlvmLibcSchedRRGetIntervalTest =
21+
LIBC_NAMESPACE::testing::ErrnoCheckingTest;
2122

2223
TEST_F(LlvmLibcSchedRRGetIntervalTest, SmokeTest) {
2324
auto SetSched = [&](int policy) {

0 commit comments

Comments
 (0)