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.8.3~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f12fe37e0f76552ebfe547eb69f4fdd2282767c4;p=libguestfs.git guestfs(3): Indent line to keep code together. (cherry picked from commit cf6f380c544456ee3e84fd41a480ea4cab3d94dd) --- diff --git a/src/guestfs.pod b/src/guestfs.pod index de05b55..cd3e87a 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.