mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
style nit
This commit is contained in:
parent
382d30cdd8
commit
3f17cc74af
1 changed files with 2 additions and 1 deletions
|
|
@ -475,7 +475,8 @@ bios16(struct bios_args *args, char *fmt, ...)
|
|||
return (i);
|
||||
}
|
||||
|
||||
int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen)
|
||||
int
|
||||
bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen)
|
||||
{
|
||||
size_t idx = 0;
|
||||
struct bios_oem_signature *sig;
|
||||
|
|
|
|||
Loading…
Reference in a new issue