From 2e5cf89939d99863101eaf28a7467d44a2283cdd Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 15 Mar 2002 22:10:50 +0000 Subject: [PATCH] Fix a stupid whitespace style bogon from way back in the declarations of sched_lock and Giant. --- sys/sys/mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 2e260b6aa59..8fb1fa9e3f9 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -278,8 +278,8 @@ extern int mtx_pool_valid; /* * Global locks. */ -extern struct mtx sched_lock; -extern struct mtx Giant; +extern struct mtx sched_lock; +extern struct mtx Giant; /* * Giant lock sysctl variables used by other modules