Skip to content

Commit 79ee1b5

Browse files
committed
Remove trailing ).
1 parent d18947d commit 79ee1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/APFloat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ class APFloat : public APFloatBase {
15271527

15281528
#ifdef LLVM_INTEGRATE_LIBC
15291529
friend APFloat exp(const APFloat &X, roundingMode RM);
1530-
#endif // LLVM_INTEGRATE_LIBC)
1530+
#endif // LLVM_INTEGRATE_LIBC
15311531
};
15321532

15331533
static_assert(sizeof(APFloat) == sizeof(detail::IEEEFloat),

0 commit comments

Comments
 (0)