summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-08-04 19:24:25 +0000
committerjhb <jhb@FreeBSD.org>2003-08-04 19:24:25 +0000
commita69166c61f00bbec68513d66d3613f2d50a5fe9a (patch)
tree7386daf574a8a2ec77741ce42d4e5044500668bb /sys
parentcbe160350057824430b62fc3ae5bff27495319cb (diff)
downloadFreeBSD-src-a69166c61f00bbec68513d66d3613f2d50a5fe9a.zip
FreeBSD-src-a69166c61f00bbec68513d66d3613f2d50a5fe9a.tar.gz
Insert cosmetic spaces.
Reported by: kris
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_witness.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 10891be..7c2281f 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -1051,7 +1051,7 @@ witness_warn(int flags, struct lock_object *lock, const char *fmt, ...)
printf(" with the following");
if (flags & WARN_SLEEPOK)
printf(" non-sleepable");
- printf("locks held:\n");
+ printf(" locks held:\n");
}
n++;
witness_list_lock(lock1);
@@ -1068,7 +1068,7 @@ witness_warn(int flags, struct lock_object *lock, const char *fmt, ...)
printf(" with the following");
if (flags & WARN_SLEEPOK)
printf(" non-sleepable");
- printf("locks held:\n");
+ printf(" locks held:\n");
}
n += witness_list_locks(PCPU_PTR(spinlocks));
}
OpenPOWER on IntegriCloud