guestfs documentation: Missing space.
authorRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 22:20:22 +0000 (22:20 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 22:20:22 +0000 (22:20 +0000)
guestfs.pod

index eb043f0..3075960 100644 (file)
@@ -708,7 +708,7 @@ need the compile time check as well):
  #ifdef HAVE_GUESTFS_DD
    void *dl;
    int has_function;
  #ifdef HAVE_GUESTFS_DD
    void *dl;
    int has_function;
-
    /* Test if the function guestfs_dd is really available. */
    dl = dlopen (NULL, RTLD_LAZY);
    if (!dl) {
    /* Test if the function guestfs_dd is really available. */
    dl = dlopen (NULL, RTLD_LAZY);
    if (!dl) {