summaryrefslogtreecommitdiff
path: root/libvirt/domain_def.go
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt/domain_def.go')
-rw-r--r--libvirt/domain_def.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt/domain_def.go b/libvirt/domain_def.go
index c3232246..842a9b6f 100644
--- a/libvirt/domain_def.go
+++ b/libvirt/domain_def.go
@@ -13,7 +13,7 @@ type defDomain struct {
VCpu defVCpu `xml:"vcpu"`
Devices struct {
Disks []defDisk `xml:"disk"`
- Spice struct {
+ Spice struct {
Type string `xml:"type,attr"`
Autoport string `xml:"autoport,attr"`
} `xml:"graphics"`