Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2017 22:34:27 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r325460 - stable/10/sys/kern
Message-ID:  <201711052234.vA5MYREj011218@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Nov  5 22:34:27 2017
New Revision: 325460
URL: https://svnweb.freebsd.org/changeset/base/325460

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

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

Modified: stable/10/sys/kern/subr_kdb.c
==============================================================================
--- stable/10/sys/kern/subr_kdb.c	Sun Nov  5 22:33:41 2017	(r325459)
+++ stable/10/sys/kern/subr_kdb.c	Sun Nov  5 22:34:27 2017	(r325460)
@@ -515,12 +515,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)



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