Skip to content

Commit 35d7626

Browse files
committed
style: clang-format
Signed-off-by: Krishna Pandey <[email protected]>
1 parent a59c06c commit 35d7626

File tree

9 files changed

+10
-9
lines changed

9 files changed

+10
-9
lines changed

libc/src/math/generic/llrintbf16.cpp

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

99
#include "src/math/llrintbf16.h"
10-
#include "src/__support/FPUtil/bfloat16.h"
1110
#include "src/__support/FPUtil/NearestIntegerOperations.h"
11+
#include "src/__support/FPUtil/bfloat16.h"
1212
#include "src/__support/common.h"
1313
#include "src/__support/macros/config.h"
1414

libc/src/math/generic/llroundbf16.cpp

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

99
#include "src/math/llroundbf16.h"
10-
#include "src/__support/FPUtil/bfloat16.h"
1110
#include "src/__support/FPUtil/NearestIntegerOperations.h"
11+
#include "src/__support/FPUtil/bfloat16.h"
1212
#include "src/__support/common.h"
1313
#include "src/__support/macros/config.h"
1414

libc/src/math/generic/lrintbf16.cpp

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

99
#include "src/math/lrintbf16.h"
10-
#include "src/__support/FPUtil/bfloat16.h"
1110
#include "src/__support/FPUtil/NearestIntegerOperations.h"
11+
#include "src/__support/FPUtil/bfloat16.h"
1212
#include "src/__support/common.h"
1313
#include "src/__support/macros/config.h"
1414

libc/src/math/generic/lroundbf16.cpp

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

99
#include "src/math/lroundbf16.h"
10-
#include "src/__support/FPUtil/bfloat16.h"
1110
#include "src/__support/FPUtil/NearestIntegerOperations.h"
11+
#include "src/__support/FPUtil/bfloat16.h"
1212
#include "src/__support/common.h"
1313
#include "src/__support/macros/config.h"
1414

libc/src/math/generic/nearbyintbf16.cpp

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

99
#include "src/math/nearbyintbf16.h"
10-
#include "src/__support/FPUtil/bfloat16.h"
1110
#include "src/__support/FPUtil/NearestIntegerOperations.h"
11+
#include "src/__support/FPUtil/bfloat16.h"
1212
#include "src/__support/common.h"
1313
#include "src/__support/macros/config.h"
1414

libc/src/math/generic/rintbf16.cpp

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

99
#include "src/math/rintbf16.h"
10-
#include "src/__support/FPUtil/bfloat16.h"
1110
#include "src/__support/FPUtil/NearestIntegerOperations.h"
11+
#include "src/__support/FPUtil/bfloat16.h"
1212
#include "src/__support/common.h"
1313
#include "src/__support/macros/config.h"
1414

libc/test/src/math/lrintbf16_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
#include "src/__support/FPUtil/bfloat16.h"
1212
#include "src/math/lrintbf16.h"
1313

14-
LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(bfloat16, long, LIBC_NAMESPACE::lrintbf16)
14+
LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(bfloat16, long,
15+
LIBC_NAMESPACE::lrintbf16)

libc/test/src/math/nearbyintbf16_test.cpp

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

9-
109
#include "NearbyIntTest.h"
1110

1211
#include "src/__support/FPUtil/bfloat16.h"

libc/test/src/math/smoke/lrintbf16_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
#include "src/__support/FPUtil/bfloat16.h"
1212
#include "src/math/lrintbf16.h"
1313

14-
LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(bfloat16, long, LIBC_NAMESPACE::lrintbf16)
14+
LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(bfloat16, long,
15+
LIBC_NAMESPACE::lrintbf16)

0 commit comments

Comments
 (0)