mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Stop mixing tabs and spaces
This commit is contained in:
@@ -246,7 +246,7 @@ module VagrantPlugins
|
||||
env[:ui].info(" -- Video Type: #{@video_type}")
|
||||
env[:ui].info(" -- Video VRAM: #{@video_vram}")
|
||||
env[:ui].info(" -- Video 3D accel: #{@video_accel3d}")
|
||||
env[:ui].info(" -- Sound Type: #{@sound_type}")
|
||||
env[:ui].info(" -- Sound Type: #{@sound_type}")
|
||||
env[:ui].info(" -- Keymap: #{@keymap}")
|
||||
env[:ui].info(" -- TPM Backend: #{@tpm_type}")
|
||||
if @tpm_type == 'emulator'
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
</graphics><% end -%>
|
||||
<video>
|
||||
<model type='<%= @video_type %>' vram='<%= @video_vram %>' heads='1'<% if not @video_accel3d %>/><% else %>>
|
||||
<acceleration accel3d='yes'/>
|
||||
<acceleration accel3d='yes'/>
|
||||
</model><% end -%>
|
||||
</video>
|
||||
<%#End Video -%>
|
||||
@@ -256,13 +256,13 @@
|
||||
<hostdev mode='subsystem' type='usb'>
|
||||
<source startupPolicy='<%= usb[:startupPolicy] || "mandatory" %>'>
|
||||
<%- if usb[:vendor] -%>
|
||||
<vendor id='<%= usb[:vendor] %>'/>
|
||||
<vendor id='<%= usb[:vendor] %>'/>
|
||||
<%- end -%>
|
||||
<%- if usb[:product] -%>
|
||||
<product id='<%= usb[:product] %>'/>
|
||||
<product id='<%= usb[:product] %>'/>
|
||||
<%- end -%>
|
||||
<%- if usb[:bus] && usb[:device] -%>
|
||||
<address bus='<%= usb[:bus] %>' device='<%= usb[:device] %>'/>
|
||||
<address bus='<%= usb[:bus] %>' device='<%= usb[:device] %>'/>
|
||||
<%- end -%>
|
||||
</source>
|
||||
</hostdev>
|
||||
|
||||
Reference in New Issue
Block a user