Author: ngie
Date: Sun Nov  5 22:33:41 2017
New Revision: 325459
URL: https://svnweb.freebsd.org/changeset/base/325459

Log:
  MFC r324862:
  
  Clean up trailing whitespace in kdb_thr_ctx(..)

Modified:
  stable/11/sys/kern/subr_kdb.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/kern/subr_kdb.c
==============================================================================
--- stable/11/sys/kern/subr_kdb.c       Sun Nov  5 22:29:45 2017        
(r325458)
+++ stable/11/sys/kern/subr_kdb.c       Sun Nov  5 22:33:41 2017        
(r325459)
@@ -513,12 +513,12 @@ kdb_reenter(void)
 
 struct pcb *
 kdb_thr_ctx(struct thread *thr)
-{  
+{
 #if defined(SMP) && defined(KDB_STOPPEDPCB)
        struct pcpu *pc;
 #endif
- 
-       if (thr == curthread) 
+
+       if (thr == curthread)
                return (&kdb_pcb);
 
 #if defined(SMP) && defined(KDB_STOPPEDPCB)
_______________________________________________
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