git: a4d6808b6795 - stable/13 - freebsd32: Remove the unnecessary spaces.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:37:19 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=a4d6808b6795a672fddada1cd9f5a4a4c79ff107 commit a4d6808b6795a672fddada1cd9f5a4a4c79ff107 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-07-29 09:40:36 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:33:15 +0000 freebsd32: Remove the unnecessary spaces. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D31247 MFC after: 2 weeks (cherry picked from commit 7cf06e075d1c28ad444e6b6beaf783210123c9d7) --- sys/compat/freebsd32/freebsd32_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c index 6c79146d24c9..185c74fd2b2f 100644 --- a/sys/compat/freebsd32/freebsd32_misc.c +++ b/sys/compat/freebsd32/freebsd32_misc.c @@ -402,7 +402,7 @@ freebsd32_exec_copyin_args(struct image_args *args, const char *fname, if (error != 0) goto err_exit; } - + /* * extract environment strings */