soft tabs...

This commit is contained in:
James Johnson 2015-08-05 10:38:35 -05:00
parent d82c1a3f95
commit 57e2f9e77c

View File

@ -348,7 +348,7 @@ Vagrant.configure("2") do |config|
# libvirt.input :type => "mouse", :bus => "ps2"
# very useful when having mouse issues when viewing VM via VNC
libvirt.input :type => "tablet", :bus => "usb"
libvirt.input :type => "tablet", :bus => "usb"
end
end
```