The branch stable/13 has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=02f1e233d562bb5e16cd4776840088b76b227648

commit 02f1e233d562bb5e16cd4776840088b76b227648
Author:     John Baldwin <j...@freebsd.org>
AuthorDate: 2023-08-17 18:32:14 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2023-08-23 17:43:35 +0000

    Restore blank line after #include
    
    (cherry picked from commit ece58eaf500974ba4ab1b56420414bf971a17ef7)
---
 lib/libc/arm/gen/_ctx_start.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libc/arm/gen/_ctx_start.S b/lib/libc/arm/gen/_ctx_start.S
index 39c282bf30c7..cd8d25b9e583 100644
--- a/lib/libc/arm/gen/_ctx_start.S
+++ b/lib/libc/arm/gen/_ctx_start.S
@@ -1,4 +1,5 @@
 #include <machine/asm.h>
+
 ENTRY(_ctx_start)
        mov     lr, pc
        mov     pc, r4

Reply via email to