mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Fix a minor whitespace style nit that broke 'grep ^uuidgen'.
This commit is contained in:
parent
ad32affe91
commit
54a033896d
1 changed files with 2 additions and 1 deletions
|
|
@ -136,7 +136,8 @@ struct uuidgen_args {
|
|||
};
|
||||
#endif
|
||||
|
||||
int uuidgen(struct thread *td, struct uuidgen_args *uap)
|
||||
int
|
||||
uuidgen(struct thread *td, struct uuidgen_args *uap)
|
||||
{
|
||||
struct uuid_private uuid;
|
||||
uint64_t time;
|
||||
|
|
|
|||
Loading…
Reference in a new issue