[PATCH kvm-unit-tests 3/4] x86-run: keep constant coding style for the 'if' statement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



x86-run: keep constant coding style for the 'if' statement

Signed-off-by: Yongjie Ren <yongjie.ren@xxxxxxxxx>
---
 x86-run |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x86-run b/x86-run
index daefd4a..6093a72 100755
--- a/x86-run
+++ b/x86-run
@@ -17,7 +17,8 @@ else
 	fi
 fi
 
-if ${qemu} -device '?' 2>&1 | fgrep pci-testdev > /dev/null;
+if
+	${qemu} -device '?' 2>&1 | fgrep pci-testdev > /dev/null;
 then
 	pci_testdev="-device pci-testdev"
 else
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux