git: 7cf06e075d1c - main - freebsd32: Remove the unnecessary spaces.

Dmitry Chagin dchagin at FreeBSD.org
Thu Jul 29 09:46:05 UTC 2021


The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=7cf06e075d1c28ad444e6b6beaf783210123c9d7

commit 7cf06e075d1c28ad444e6b6beaf783210123c9d7
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-07-29 09:40:36 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-07-29 09:40:36 +0000

    freebsd32: Remove the unnecessary spaces.
    
    Reviewed by:            kib
    Differential Revision:  https://reviews.freebsd.org/D31247
    MFC after:              2 weeks
---
 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 99154f41820f..736fd1123d53 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
 	 */


More information about the dev-commits-src-all mailing list