aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2012-09-18 11:17:26 +0200
committerPeter Krempa <pkrempa@redhat.com>2012-09-18 11:47:12 +0200
commit587632ffeb0f5852523a8e7a0a6659f28687e0b5 (patch)
tree7be5f4dbed3833f52d61b449dd6267018db21128 /tests/qemuhelptest.c
parentdaemon: Fix error message when libvirtd is missing. (diff)
downloadlibvirt-587632ffeb0f5852523a8e7a0a6659f28687e0b5.tar.gz
libvirt-587632ffeb0f5852523a8e7a0a6659f28687e0b5.tar.bz2
libvirt-587632ffeb0f5852523a8e7a0a6659f28687e0b5.zip
qemuhelptest: convert runaway tab to spaces
Make syntax-check happy and smiling again.
Diffstat (limited to 'tests/qemuhelptest.c')
-rw-r--r--tests/qemuhelptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemuhelptest.c b/tests/qemuhelptest.c
index 5c6ecd5d6..a3d9656fd 100644
--- a/tests/qemuhelptest.c
+++ b/tests/qemuhelptest.c
@@ -845,7 +845,7 @@ mymain(void)
QEMU_CAPS_SCSI_LSI,
QEMU_CAPS_VIRTIO_SCSI_PCI,
QEMU_CAPS_BLOCKIO,
- QEMU_CAPS_SCSI_DISK_WWN,
+ QEMU_CAPS_SCSI_DISK_WWN,
QEMU_CAPS_SECCOMP_SANDBOX);
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;