Skip to content

Commit 61b1190

Browse files
committed
fix style
1 parent f1ebe57 commit 61b1190

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc/src/__support/math/acosf16.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "src/__support/FPUtil/sqrt.h"
2323
#include "src/__support/macros/optimization.h"
2424

25-
2625
namespace LIBC_NAMESPACE_DECL {
2726

2827
namespace math {

libc/src/math/generic/acosf16.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "src/math/acosf16.h"
1111
#include "src/__support/math/acosf16.h"
1212

13-
1413
namespace LIBC_NAMESPACE_DECL {
1514

1615
LLVM_LIBC_FUNCTION(float16, acosf16, (float16 x)) { return math::acosf16(x); }

0 commit comments

Comments
 (0)