Skip to content

Commit

Permalink
Cleanup namespace comment to fix clang-tidy warning. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Nov 3, 2020
1 parent e9b88c7 commit 6dabc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Support/APFloat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4874,6 +4874,6 @@ APFloat::opStatus APFloat::convertToInteger(APSInt &result,
return status;
}

} // End llvm namespace
} // namespace llvm

#undef APFLOAT_DISPATCH_ON_SEMANTICS

0 comments on commit 6dabc38

Please sign in to comment.