From 6951ab68812d02918cdfd106f4cedbdc220706d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Tue, 9 Feb 2016 10:11:56 +0100 Subject: [PATCH] vboxDumpDisplay: realign variable initializations Remove the extra spaces, do not align them on '='. --- src/vbox/vbox_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vbox/vbox_common.c b/src/vbox/vbox_common.c index 38813963dc..4754a5550b 100644 --- a/src/vbox/vbox_common.c +++ b/src/vbox/vbox_common.c @@ -3302,10 +3302,10 @@ vboxDumpDisplay(virDomainDefPtr def, vboxGlobalData *data, IMachine *machine) /* dump display options vrdp/gui/sdl */ PRUnichar *keyUtf16 = NULL; PRUnichar *valueTypeUtf16 = NULL; - char *valueTypeUtf8 = NULL; + char *valueTypeUtf8 = NULL; char *netAddressUtf8 = NULL; - IVRDxServer *VRDxServer = NULL; - PRBool VRDxEnabled = PR_FALSE; + IVRDxServer *VRDxServer = NULL; + PRBool VRDxEnabled = PR_FALSE; virDomainGraphicsDefPtr graphics = NULL; int ret = -1; -- GitLab