Skip to content

Commit 9cfb135

Browse files
author
Зишан Мирза
committed
format code with clang-format
1 parent e5fe6d1 commit 9cfb135

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libc/src/time/timezone.h

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

1212
#include "src/__support/common.h"
1313
#include "src/__support/macros/config.h"
14-
#include "stdint.h"
1514
#include "stddef.h"
15+
#include "stdint.h"
1616

1717
namespace LIBC_NAMESPACE_DECL {
1818
namespace timezone {

libc/test/src/time/gmtime_r_test.cpp

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

9-
#include "src/time/localtime.h"
109
#include "src/time/gmtime_r.h"
10+
#include "src/time/localtime.h"
1111
#include "src/time/time_utils.h"
1212
#include "test/UnitTest/Test.h"
1313
#include "test/src/time/TmMatcher.h"

libc/test/src/time/gmtime_test.cpp

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

99
#include "src/__support/CPP/limits.h" // INT_MAX, INT_MIN
1010
#include "src/errno/libc_errno.h"
11-
#include "src/time/localtime.h"
1211
#include "src/time/gmtime.h"
12+
#include "src/time/localtime.h"
1313
#include "src/time/time_utils.h"
1414
#include "test/UnitTest/ErrnoSetterMatcher.h"
1515
#include "test/UnitTest/Test.h"

0 commit comments

Comments
 (0)