aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-10-22 12:12:52 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-10-22 12:12:52 +0000
commitf2374e0cc5e7d8e042d4763924899e32f7aa4d01 (patch)
tree7b6fd4477b06b87945e56fbaea232e2eb080150d
parentab28146b6c63c8b35a3fbed18c87b6fad9012aae (diff)
downloadsrc-f2374e0cc5e7d8e042d4763924899e32f7aa4d01.tar.gz
src-f2374e0cc5e7d8e042d4763924899e32f7aa4d01.zip
Clean up trailing whitespace in kdb_thr_ctx(..)
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=324862
-rw-r--r--sys/kern/subr_kdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/subr_kdb.c b/sys/kern/subr_kdb.c
index 121dc20e8b19..df7a9ef05741 100644
--- a/sys/kern/subr_kdb.c
+++ b/sys/kern/subr_kdb.c
@@ -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)