[Libguestfs] [PATCH 1/2] examples: code cleanups

Richard W.M. Jones rjones at redhat.com
Tue Jan 31 13:29:09 UTC 2012


On Tue, Jan 31, 2012 at 06:19:31PM +0800, Wanlong Gao wrote:
> do a code cleanup by removing the tailing spaces
> 
> Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
> ---
>  examples/create_disk.c |    2 +-
>  examples/inspect_vm.c  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/examples/create_disk.c b/examples/create_disk.c
> index f4b9044..bcad6d8 100644
> --- a/examples/create_disk.c
> +++ b/examples/create_disk.c
> @@ -7,7 +7,7 @@
>  #include <unistd.h>
>  #include <guestfs.h>
>  
> -int                                                                            
> +int
>  main (int argc, char *argv[])
>  {
>    guestfs_h *g;
> diff --git a/examples/inspect_vm.c b/examples/inspect_vm.c
> index 6c45aac..5a61904 100644
> --- a/examples/inspect_vm.c
> +++ b/examples/inspect_vm.c
> @@ -21,7 +21,7 @@ count_strings (char *const *argv)
>    return c;
>  }
>  
> -int                                                                            
> +int
>  main (int argc, char *argv[])
>  {
>    guestfs_h *g;
> -- 
> 1.7.9

Thanks, I'll push this.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list