Skip to content

Commit ab670a9

Browse files
committed
Fix Wnewline-eof after r368598
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@368613 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 3cb1404 commit ab670a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/builtins/fixunsxfdi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ COMPILER_RT_ABI du_int __fixunsxfdi(long double a) {
4747
#pragma warning(pop)
4848
#endif
4949

50-
#endif //!_ARCH_PPC
50+
#endif //!_ARCH_PPC

lib/builtins/udivmoddi4.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem) {
197197

198198
#if defined(_MSC_VER) && !defined(__clang__)
199199
#pragma warning(pop)
200-
#endif
200+
#endif

0 commit comments

Comments
 (0)