Fix a minor whitespace style nit that broke 'grep ^uuidgen'.

This commit is contained in:
John Baldwin 2002-07-09 19:36:50 +00:00
parent ad32affe91
commit 54a033896d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99688

View File

@ -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;