svn commit: r346844 - stable/12/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun Apr 28 14:38:22 UTC 2019


Author: dchagin
Date: Sun Apr 28 14:38:21 2019
New Revision: 346844
URL: https://svnweb.freebsd.org/changeset/base/346844

Log:
  MFC r345473:
  
  Whitespace cleanup (annoying).

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

Modified: stable/12/sys/compat/linux/linux_fork.c
==============================================================================
--- stable/12/sys/compat/linux/linux_fork.c	Sun Apr 28 14:37:20 2019	(r346843)
+++ stable/12/sys/compat/linux/linux_fork.c	Sun Apr 28 14:38:21 2019	(r346844)
@@ -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-stable-12 mailing list