Skip to content

Commit 6dabc38

Browse files
committed
Cleanup namespace comment to fix clang-tidy warning. NFCI.
1 parent e9b88c7 commit 6dabc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/APFloat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4874,6 +4874,6 @@ APFloat::opStatus APFloat::convertToInteger(APSInt &result,
48744874
return status;
48754875
}
48764876

4877-
} // End llvm namespace
4877+
} // namespace llvm
48784878

48794879
#undef APFLOAT_DISPATCH_ON_SEMANTICS

0 commit comments

Comments
 (0)