1
0
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:
David Chisnall 2011-11-26 16:49:25 +00:00
parent 48cb9786e1
commit 5bf69a4b16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228002

View File

@ -297,7 +297,7 @@ stub_self(void)
static int
stub_fail(void)
{
return ENOSYS;
return (ENOSYS);
}
static int