summaryrefslogtreecommitdiffstats
path: root/src/launch.c
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-10 22:57:10 +0100
committerRichard Jones <rjones@redhat.com>2010-09-10 22:57:48 +0100
commitb4a3aec60ed4775f8ca2eb079e389af3a1769069 (patch)
treea31f45f527f590c9f4f8cd25aa2f7ccb89455bb1 /src/launch.c
parent3d994f3d8e12356223d37c1b45ebe2eb39ef28a6 (diff)
downloadlibguestfs-b4a3aec60ed4775f8ca2eb079e389af3a1769069.tar.gz
libguestfs-b4a3aec60ed4775f8ca2eb079e389af3a1769069.tar.xz
libguestfs-b4a3aec60ed4775f8ca2eb079e389af3a1769069.zip
syntax: Use spaces instead of tabs for indentation.
Diffstat (limited to 'src/launch.c')
-rw-r--r--src/launch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launch.c b/src/launch.c
index 287cc402..eaf39742 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -764,7 +764,7 @@ test_qemu (guestfs_h *g)
goto error;
snprintf (cmd, sizeof cmd, "LC_ALL=C '%s' -nographic -version 2>/dev/null",
- g->qemu);
+ g->qemu);
fp = popen (cmd, "r");
if (fp) {