Skip to content

Commit c56b965

Browse files
committed
Remove trailing ).
1 parent 10ecbcc commit c56b965

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
@@ -1528,7 +1528,7 @@ class APFloat : public APFloatBase {
15281528

15291529
#ifdef LLVM_INTEGRATE_LIBC
15301530
friend APFloat exp(const APFloat &X, roundingMode RM);
1531-
#endif // LLVM_INTEGRATE_LIBC)
1531+
#endif // LLVM_INTEGRATE_LIBC
15321532
};
15331533

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

0 commit comments

Comments
 (0)