From: Ján Tomko Date: Tue, 9 Feb 2016 09:11:56 +0000 (+0100) Subject: vboxDumpDisplay: realign variable initializations X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6951ab68812d02918cdfd106f4cedbdc220706d5;p=libvirt.git vboxDumpDisplay: realign variable initializations Remove the extra spaces, do not align them on '='. --- 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;