Whitespace fix.

This commit is contained in:
Dag-Erling Smørgrav 2001-10-19 00:46:17 +00:00
parent 6f9cdfce19
commit 55a9c3ad8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85125

View file

@ -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)); \
} \