mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
style(9) fix.
Approved by: dim (mentor)
This commit is contained in:
parent
48cb9786e1
commit
5bf69a4b16
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228002
@ -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