From 060311ee81735c4f7c0ae4a9be543ef99828ded2 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 19 Oct 2001 00:46:17 +0000 Subject: [PATCH] Whitespace fix. --- sys/compat/linux/linux_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h index b79b5b6447b1..43aed1f23b99 100644 --- a/sys/compat/linux/linux_util.h +++ b/sys/compat/linux/linux_util.h @@ -94,7 +94,7 @@ int linux_emul_find __P((struct thread *, caddr_t *, const char *, char *, #define DUMMY(s) \ int \ -linux_ ## s(struct thread *p, struct linux_ ## s ## _args *args) \ +linux_ ## s(struct thread *p, struct linux_ ## s ## _args *args) \ { \ return (unsupported_msg(p, #s)); \ } \