Fix Wnewline-eof after r368598
authorNico Weber <nicolasweber@gmx.de>
Mon, 12 Aug 2019 19:57:17 +0000 (19:57 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 12 Aug 2019 19:57:17 +0000 (19:57 +0000)
llvm-svn: 368613

compiler-rt/lib/builtins/fixunsxfdi.c
compiler-rt/lib/builtins/udivmoddi4.c

index 852a664..097a4e5 100644 (file)
@@ -47,4 +47,4 @@ COMPILER_RT_ABI du_int __fixunsxfdi(long double a) {
 #pragma warning(pop)
 #endif
 
-#endif //!_ARCH_PPC
\ No newline at end of file
+#endif //!_ARCH_PPC
index 4db9be9..5b297c3 100644 (file)
@@ -197,4 +197,4 @@ COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem) {
 
 #if defined(_MSC_VER) && !defined(__clang__)
 #pragma warning(pop)
-#endif
\ No newline at end of file
+#endif