Skip to content

Commit 3707aab

Browse files
committed
fix clang-format
1 parent 673d3c0 commit 3707aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/test/src/time/ctime_r_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
#include "src/time/ctime_r.h"
1010
#include "src/time/time_constants.h"
11-
#include "test/src/time/TmHelper.h"
1211
#include "test/UnitTest/ErrnoCheckingTest.h"
1312
#include "test/UnitTest/Test.h"
13+
#include "test/src/time/TmHelper.h"
1414

1515
using LlvmLibcCtimeR = LIBC_NAMESPACE::testing::ErrnoCheckingTest;
1616

libc/test/src/time/ctime_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "src/time/ctime.h"
10-
#include "test/src/time/TmHelper.h"
1110
#include "test/UnitTest/ErrnoCheckingTest.h"
1211
#include "test/UnitTest/Test.h"
12+
#include "test/src/time/TmHelper.h"
1313

1414
using LlvmLibcCtime = LIBC_NAMESPACE::testing::ErrnoCheckingTest;
1515

0 commit comments

Comments
 (0)