summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_uuid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_uuid.c b/sys/kern/kern_uuid.c
index ba5faa5..6449f47 100644
--- a/sys/kern/kern_uuid.c
+++ b/sys/kern/kern_uuid.c
@@ -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;
OpenPOWER on IntegriCloud