git: 563771ecdd0c - stable/14 - libc: compat.h: Remove a superfluous blank line at end

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Fri, 10 Oct 2025 17:16:17 UTC
The branch stable/14 has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=563771ecdd0c6608d82a268b5624eb77520af012

commit 563771ecdd0c6608d82a268b5624eb77520af012
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-09-15 16:54:23 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-10-10 17:15:55 +0000

    libc: compat.h: Remove a superfluous blank line at end
    
    No functional change (intended).
    
    MFC after:      5 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 580d2d429598e6eb3549f9ea7490d10e19904f7c)
---
 lib/libc/include/compat.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h
index fe940701e356..1d8b523097b5 100644
--- a/lib/libc/include/compat.h
+++ b/lib/libc/include/compat.h
@@ -79,4 +79,3 @@ __weak_reference(__sys_fcntl, __fcntl_compat)
 #undef __weak_reference
 
 #endif	/* __LIBC_COMPAT_H__ */
-