mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Style.
Approved by: pjd (mentor)
This commit is contained in:
parent
823870acb8
commit
1acd888ff5
1 changed files with 1 additions and 1 deletions
|
|
@ -742,7 +742,7 @@ nvpair_allocv(const char *name, int type, uint64_t data, size_t datasize)
|
|||
}
|
||||
|
||||
return (nvp);
|
||||
};
|
||||
}
|
||||
|
||||
nvpair_t *
|
||||
nvpair_create_stringf(const char *name, const char *valuefmt, ...)
|
||||
|
|
|
|||
Loading…
Reference in a new issue