summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-10-09 02:44:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-10-09 02:44:56 +0000
commit2fb8aad981cfb73b4fe1d6301dbf9329e1705eff (patch)
tree9c46a19f1cf7bb72ee30fc4c38245cb479b21ba7 /usr.sbin
parent39d0172354f1ecf1c05e5b57099a68480413241e (diff)
indent
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ldomctl/ldomctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.c b/usr.sbin/ldomctl/ldomctl.c
index 27ee1a0d61f..7e6dcb708a4 100644
--- a/usr.sbin/ldomctl/ldomctl.c
+++ b/usr.sbin/ldomctl/ldomctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldomctl.c,v 1.19 2012/12/09 20:24:53 kettenis Exp $ */
+/* $OpenBSD: ldomctl.c,v 1.20 2014/10/09 02:44:55 deraadt Exp $ */
/*
* Copyright (c) 2012 Mark Kettenis
@@ -170,7 +170,7 @@ add_guest(struct md_node *node)
struct guest *guest;
struct md_prop *prop;
- guest = xmalloc (sizeof(*guest));
+ guest = xmalloc(sizeof(*guest));
if (!md_get_prop_str(hvmd, node, "name", &guest->name))
goto free;