From 198faf627d7559eed016bd5ad2d081520f04da2b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 12 Sep 2001 22:16:18 +0000 Subject: [PATCH] Whitespace fix. --- sys/compat/linux/linux_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index f1cba526aac7..ed654ec011ed 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -87,7 +87,7 @@ linux_open(struct thread *td, struct linux_open_args *args) int flags; int mode; } */ bsd_open_args; - struct proc *p = td->td_proc; + struct proc *p = td->td_proc; int error; caddr_t sg;