diff --git a/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S b/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S index 724049dd9ccd..e061a6e1300d 100644 --- a/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S +++ b/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S @@ -27,4 +27,5 @@ DEFINE_COMPILERRT_FUNCTION(__aeabi_uldivmod) ldr r2, [sp, #8] ldr r3, [sp, #12] add sp, sp, #16 - pop {r11, pc} \ No newline at end of file + pop {r11, pc} +