git: 71854d9b2b09 - main - fork: Remove the unnecessary spaces.

Dmitry Chagin dchagin at FreeBSD.org
Thu Aug 12 08:58:40 UTC 2021


The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=71854d9b2b0953b624ffcb268f41b84c9370981b

commit 71854d9b2b0953b624ffcb268f41b84c9370981b
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-08-12 08:58:17 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-08-12 08:58:17 +0000

    fork: Remove the unnecessary spaces.
    
    MFC after:              2 weeks
---
 sys/kern/kern_fork.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c
index 7b8a95333868..1135f91e0510 100644
--- a/sys/kern/kern_fork.c
+++ b/sys/kern/kern_fork.c
@@ -745,7 +745,7 @@ do_fork(struct thread *td, struct fork_req *fr, struct proc *p2, struct thread *
 	if ((p1->p_ptevents & PTRACE_FORK) != 0) {
 		sx_xlock(&proctree_lock);
 		PROC_LOCK(p2);
-		
+
 		/*
 		 * p1->p_ptevents & p1->p_pptr are protected by both
 		 * process and proctree locks for modifications,


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