Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 17:50:16 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 02f1e233d562 - stable/13 - Restore blank line after #include
Message-ID:  <202308231750.37NHoGVj049626@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

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

commit 02f1e233d562bb5e16cd4776840088b76b227648
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-08-17 18:32:14 +0000
Commit:     Warner Losh <imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308231750.37NHoGVj049626>