svn commit: r368612 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Sun Dec 13 19:43:45 UTC 2020


Author: kib
Date: Sun Dec 13 19:43:45 2020
New Revision: 368612
URL: https://svnweb.freebsd.org/changeset/base/368612

Log:
  Correct indent.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/kern/subr_sleepqueue.c

Modified: head/sys/kern/subr_sleepqueue.c
==============================================================================
--- head/sys/kern/subr_sleepqueue.c	Sun Dec 13 19:06:59 2020	(r368611)
+++ head/sys/kern/subr_sleepqueue.c	Sun Dec 13 19:43:45 2020	(r368612)
@@ -462,7 +462,7 @@ sleepq_check_ast_sc_locked(struct thread *td, struct s
 
 	p = td->td_proc;
 	CTR3(KTR_PROC, "sleepq catching signals: thread %p (pid %ld, %s)",
-		(void *)td, (long)p->p_pid, td->td_name);
+	    (void *)td, (long)p->p_pid, td->td_name);
 	PROC_LOCK(p);
 
 	/*


More information about the svn-src-head mailing list