mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
vboxDumpDisplay: realign variable initializations
Remove the extra spaces, do not align them on '='.
This commit is contained in:
parent
c5972df7d5
commit
6951ab6881
@ -3302,10 +3302,10 @@ vboxDumpDisplay(virDomainDefPtr def, vboxGlobalData *data, IMachine *machine)
|
|||||||
/* dump display options vrdp/gui/sdl */
|
/* dump display options vrdp/gui/sdl */
|
||||||
PRUnichar *keyUtf16 = NULL;
|
PRUnichar *keyUtf16 = NULL;
|
||||||
PRUnichar *valueTypeUtf16 = NULL;
|
PRUnichar *valueTypeUtf16 = NULL;
|
||||||
char *valueTypeUtf8 = NULL;
|
char *valueTypeUtf8 = NULL;
|
||||||
char *netAddressUtf8 = NULL;
|
char *netAddressUtf8 = NULL;
|
||||||
IVRDxServer *VRDxServer = NULL;
|
IVRDxServer *VRDxServer = NULL;
|
||||||
PRBool VRDxEnabled = PR_FALSE;
|
PRBool VRDxEnabled = PR_FALSE;
|
||||||
virDomainGraphicsDefPtr graphics = NULL;
|
virDomainGraphicsDefPtr graphics = NULL;
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user