Really fix the style.

Approved by:	oshogbo
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2018-06-19 18:43:02 +00:00
parent aa9d9bfa90
commit b4737a3dcb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335382

View File

@ -1979,7 +1979,7 @@ int
nvpair_append_nvlist_array(nvpair_t *nvp, const nvlist_t *value)
{
nvpair_t *tmpnvp;
nvlist_t *nvl, *prev = NULL;
nvlist_t *nvl, *prev;
int flags;
NVPAIR_ASSERT(nvp);