style(9) fix.
Approved by: dim (mentor)
This commit is contained in:
parent
49d3428b08
commit
fdeade719c
@ -297,7 +297,7 @@ stub_self(void)
|
||||
static int
|
||||
stub_fail(void)
|
||||
{
|
||||
return ENOSYS;
|
||||
return (ENOSYS);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user