svn commit: r346840 - stable/11/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun Apr 28 14:20:30 UTC 2019


Author: dchagin
Date: Sun Apr 28 14:20:29 2019
New Revision: 346840
URL: https://svnweb.freebsd.org/changeset/base/346840

Log:
  MFC r345473:
  
  Whitespace cleanup (annoying).

Modified:
  stable/11/sys/compat/linux/linux_fork.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/linux/linux_fork.c
==============================================================================
--- stable/11/sys/compat/linux/linux_fork.c	Sun Apr 28 14:19:31 2019	(r346839)
+++ stable/11/sys/compat/linux/linux_fork.c	Sun Apr 28 14:20:29 2019	(r346840)
@@ -352,7 +352,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-stable-11 mailing list