Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 15:08:30 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r345473 - head/sys/compat/linux
Message-ID:  <201903241508.x2OF8UZc094645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241508.x2OF8UZc094645>