just do a cleanup. remove the tailing spaces. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- fuse/guestmount.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fuse/guestmount.c b/fuse/guestmount.c index 66baf92..bd7ba50 100644 --- a/fuse/guestmount.c +++ b/fuse/guestmount.c @@ -582,7 +582,7 @@ static int fg_open (const char *path, struct fuse_file_info *fi) { TRACE_CALL ("%s, 0%o", path, fi->flags); - + int flags = fi->flags & 3; if (read_only && flags != O_RDONLY) @@ -596,7 +596,7 @@ fg_read (const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi) { TRACE_CALL ("%s, %p, %zu, %ld", path, buf, size, (long) offset); - + char *r; size_t rsize; -- 1.7.9.rc2
Richard W.M. Jones
2012-Jan-30 10:56 UTC
[Libguestfs] [PATCH] guestmount: remove tailing spaces
On Mon, Jan 30, 2012 at 02:36:05PM +0800, Wanlong Gao wrote:> just do a cleanup. > remove the tailing spaces. > > Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> > --- > fuse/guestmount.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fuse/guestmount.c b/fuse/guestmount.c > index 66baf92..bd7ba50 100644 > --- a/fuse/guestmount.c > +++ b/fuse/guestmount.c > @@ -582,7 +582,7 @@ static int > fg_open (const char *path, struct fuse_file_info *fi) > { > TRACE_CALL ("%s, 0%o", path, fi->flags); > - > + > int flags = fi->flags & 3; > > if (read_only && flags != O_RDONLY) > @@ -596,7 +596,7 @@ fg_read (const char *path, char *buf, size_t size, off_t offset, > struct fuse_file_info *fi) > { > TRACE_CALL ("%s, %p, %zu, %ld", path, buf, size, (long) offset); > - > + > char *r; > size_t rsize; > > -- > 1.7.9.rc2ACKed and committed, thanks. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v