summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-03-19 18:18:56 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-03-19 18:18:56 +0000
commitcf6f380c544456ee3e84fd41a480ea4cab3d94dd (patch)
tree8a0d75c9cf20b6da1999d114b4ed293195804c29
parentc6f45c897575dfc3df63cce1f79ba5456ae6c5f7 (diff)
downloadlibguestfs-cf6f380c544456ee3e84fd41a480ea4cab3d94dd.tar.gz
libguestfs-cf6f380c544456ee3e84fd41a480ea4cab3d94dd.tar.xz
libguestfs-cf6f380c544456ee3e84fd41a480ea4cab3d94dd.zip
guestfs(3): Indent line to keep code together.
-rw-r--r--src/guestfs.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 5984d2cf..7fdc7585 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.