diff options
author | des <des@FreeBSD.org> | 2001-10-19 00:46:17 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-10-19 00:46:17 +0000 |
commit | 060311ee81735c4f7c0ae4a9be543ef99828ded2 (patch) | |
tree | 927df754941c5626d9a7df5f3a1fa4e9a92c77ed /sys/compat/linux/linux_util.h | |
parent | cc2750c4a1cda635c2e61ed70326526ab0f0b69b (diff) | |
download | FreeBSD-src-060311ee81735c4f7c0ae4a9be543ef99828ded2.zip FreeBSD-src-060311ee81735c4f7c0ae4a9be543ef99828ded2.tar.gz |
Whitespace fix.
Diffstat (limited to 'sys/compat/linux/linux_util.h')
-rw-r--r-- | sys/compat/linux/linux_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h index b79b5b6..43aed1f 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)); \ } \ |