From: Richard W.M. Jones 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/?p=libguestfs.git;a=commitdiff_plain;h=cf6f380c544456ee3e84fd41a480ea4cab3d94dd;hp=c6f45c897575dfc3df63cce1f79ba5456ae6c5f7 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.