svn commit: r345473 - head/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun Mar 24 15:08:35 UTC 2019


Author: dchagin
Date: Sun Mar 24 15:08:30 2019
New Revision: 345473
URL: https://svnweb.freebsd.org/changeset/base/345473

Log:
  Whitespace cleanup (annoying).
  
  MFC after:	1 month

Modified:
  head/sys/compat/linux/linux_fork.c

Modified: head/sys/compat/linux/linux_fork.c
==============================================================================
--- head/sys/compat/linux/linux_fork.c	Sun Mar 24 14:51:17 2019	(r345472)
+++ head/sys/compat/linux/linux_fork.c	Sun Mar 24 15:08:30 2019	(r345473)
@@ -353,7 +353,7 @@ linux_clone_thread(struct thread *td, struct linux_clo
 	thread_unlock(td);
 	if (P_SHOULDSTOP(p))
 		newtd->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK;
-	
+
 	if (p->p_ptevents & PTRACE_LWP)
 		newtd->td_dbgflags |= TDB_BORN;
 	PROC_UNLOCK(p);


More information about the svn-src-head mailing list