From fc996b795fa31cc17819ec6a9291d9d66a69f840 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:41:42 +0000 Subject: [PATCH] Stop mixing tabs and spaces --- lib/vagrant-libvirt/action/create_domain.rb | 2 +- lib/vagrant-libvirt/templates/domain.xml.erb | 8 ++++---- spec/unit/templates/domain_all_settings.xml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/vagrant-libvirt/action/create_domain.rb b/lib/vagrant-libvirt/action/create_domain.rb index a2250ff..a0158bd 100644 --- a/lib/vagrant-libvirt/action/create_domain.rb +++ b/lib/vagrant-libvirt/action/create_domain.rb @@ -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' diff --git a/lib/vagrant-libvirt/templates/domain.xml.erb b/lib/vagrant-libvirt/templates/domain.xml.erb index 3947b19..8def8e6 100644 --- a/lib/vagrant-libvirt/templates/domain.xml.erb +++ b/lib/vagrant-libvirt/templates/domain.xml.erb @@ -226,7 +226,7 @@ <% end -%> <%#End Video -%> @@ -256,13 +256,13 @@ <%- if usb[:vendor] -%> - + <%- end -%> <%- if usb[:product] -%> - + <%- end -%> <%- if usb[:bus] && usb[:device] -%> -
+
<%- end -%> diff --git a/spec/unit/templates/domain_all_settings.xml b/spec/unit/templates/domain_all_settings.xml index cac4b50..03a77ee 100644 --- a/spec/unit/templates/domain_all_settings.xml +++ b/spec/unit/templates/domain_all_settings.xml @@ -99,7 +99,7 @@ @@ -123,9 +123,9 @@ - - -
+ + +