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);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to