Whitespace fix.
This commit is contained in:
parent
83f0d36669
commit
989a71c27b
@ -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)); \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user