From: Richard W.M. Jones <rjones@redhat.com>
Date: Sat, 19 Mar 2011 18:18:56 +0000 (+0000)
Subject: guestfs(3): Indent line to keep code together.
X-Git-Tag: 1.9.13~8
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=cf6f380c544456ee3e84fd41a480ea4cab3d94dd;p=libguestfs.git

guestfs(3): Indent line to keep code together.
---

diff --git a/src/guestfs.pod b/src/guestfs.pod
index 5984d2c..7fdc758 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -99,7 +99,7 @@ this:
   * disk image.
   */
  guestfs_touch (g, "/hello");
-
+ 
  /* This is only needed for libguestfs < 1.5.24.  Since then
   * it is done automatically when you close the handle.  See
   * discussion of autosync in this page.