diff options
author | 2018-06-19 17:12:34 +0000 | |
---|---|---|
committer | 2018-06-19 17:12:34 +0000 | |
commit | d2de69e7d29add640b7b249de9c79eae155e5ee0 (patch) | |
tree | d4a64748608a65e03ae923494564d551ffa4e033 /usr.sbin/vmd/task.c | |
parent | use a full stop, as per the other items; from nan xiao (diff) | |
download | wireguard-openbsd-d2de69e7d29add640b7b249de9c79eae155e5ee0.tar.xz wireguard-openbsd-d2de69e7d29add640b7b249de9c79eae155e5ee0.zip |
knf
Diffstat (limited to 'usr.sbin/vmd/task.c')
-rw-r--r-- | usr.sbin/vmd/task.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/task.c b/usr.sbin/vmd/task.c index e76914db590..66b99510b80 100644 --- a/usr.sbin/vmd/task.c +++ b/usr.sbin/vmd/task.c @@ -1,4 +1,4 @@ -/* $OpenBSD: task.c,v 1.1 2017/09/15 02:39:33 dlg Exp $ */ +/* $OpenBSD: task.c,v 1.2 2018/06/19 17:12:34 reyk Exp $ */ /* * Copyright (c) 2017 David Gwynne <dlg@openbsd.org> @@ -153,4 +153,4 @@ task_del(struct taskq *tq, struct task *t) pthread_mutex_unlock(&tq->mtx); return (rv); -} +} |