diff options
author | 2017-09-08 06:43:47 +0000 | |
---|---|---|
committer | 2017-09-08 06:43:47 +0000 | |
commit | a3f50fa806aa8bd446de48393ed432c553f778a0 (patch) | |
tree | b46d5a78b0a44965bbbe98ac7bcb33f2fb8dc9bd | |
parent | vmd: add more explanatory log_debug messages (diff) | |
download | wireguard-openbsd-a3f50fa806aa8bd446de48393ed432c553f778a0.tar.xz wireguard-openbsd-a3f50fa806aa8bd446de48393ed432c553f778a0.zip |
vmctl: style cleanup - spaces vs tabs.
Noticed by Carlos Cardenas
-rw-r--r-- | usr.sbin/vmctl/vmctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmctl/vmctl.c b/usr.sbin/vmctl/vmctl.c index 64d82ca847d..a580b31f48b 100644 --- a/usr.sbin/vmctl/vmctl.c +++ b/usr.sbin/vmctl/vmctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmctl.c,v 1.42 2017/08/31 09:15:31 mlarkin Exp $ */ +/* $OpenBSD: vmctl.c,v 1.43 2017/09/08 06:43:47 mlarkin Exp $ */ /* * Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org> @@ -206,7 +206,7 @@ vm_start_complete(struct imsg *imsg, int *ret, int autoconnect) break; case VMD_DISK_INVALID: warnx("specified disk image(s) are " - "not regular files"); + "not regular files"); *ret = ENOENT; break; default: |