Skip to content

Commit d2e493c

Browse files
committed
Fix Wnewline-eof after r368598
llvm-svn: 368613
1 parent d9bc9c8 commit d2e493c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/lib/builtins/fixunsxfdi.c

Lines changed: 1 addition & 1 deletion
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

compiler-rt/lib/builtins/udivmoddi4.c

Lines changed: 1 addition & 1 deletion
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)