diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-09-15 16:54:23 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-09-17 12:15:54 +0000 |
| commit | 580d2d429598e6eb3549f9ea7490d10e19904f7c (patch) | |
| tree | 5567f9b482ddc720fe74134791f7cab7ac26a5b9 | |
| parent | dea1dd66905462e3b65688928dc4016eeae4ce80 (diff) | |
libc: compat.h: Remove a superfluous blank line at end
No functional change (intended).
MFC after: 5 days
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | lib/libc/include/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h index 97f22607ddd7..630ffe7daae3 100644 --- a/lib/libc/include/compat.h +++ b/lib/libc/include/compat.h @@ -80,4 +80,3 @@ __sym_compat(setgroups, freebsd14_setgroups, FBSD_1.0); #undef __weak_reference #endif /* __LIBC_COMPAT_H__ */ - |
