From ad4e8c46809c24b226d97c78e4ab11a188f03419 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 15 Sep 2012 13:28:24 +0100 Subject: [PATCH] syntax: Remove trailing whitespace. Found by 'make syntax-check'. (cherry picked from commit 2cac8d490e9884a8c7376e49fd1cda2e3d3abec1) --- .tx/config | 1 - contrib/intro/talk.txt | 1 - examples/guestfs-testing.pod | 1 - generator/generator_c.ml | 2 +- generator/generator_types.ml | 6 +++--- generator/generator_utils.ml | 2 +- ruby/examples/guestfs-ruby.pod | 1 - 7 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.tx/config b/.tx/config index 8f4c9fc10..4e21dd52f 100644 --- a/.tx/config +++ b/.tx/config @@ -10,4 +10,3 @@ source_lang = en file_filter = po-docs/.po source_file = po-docs/libguestfs-docs.pot source_lang = en - diff --git a/contrib/intro/talk.txt b/contrib/intro/talk.txt index 6fda60b96..7d0e89b4a 100644 --- a/contrib/intro/talk.txt +++ b/contrib/intro/talk.txt @@ -159,4 +159,3 @@ screenshots shown. But many people will simply want to mount a filesystem on the host using guestmount, and then use ordinary tools. At the bottom is a screenshot of GNOME Nautilus browsing into a guest filesystem. - diff --git a/examples/guestfs-testing.pod b/examples/guestfs-testing.pod index 82036328b..9bab630cb 100644 --- a/examples/guestfs-testing.pod +++ b/examples/guestfs-testing.pod @@ -302,4 +302,3 @@ Richard W.M. Jones (C) =head1 COPYRIGHT Copyright (C) 2011-2012 Red Hat Inc. - diff --git a/generator/generator_c.ml b/generator/generator_c.ml index 2f4a4cdd9..8ae2c1393 100644 --- a/generator/generator_c.ml +++ b/generator/generator_c.ml @@ -507,7 +507,7 @@ extern GUESTFS_DLL_PUBLIC void *guestfs_next_private (guestfs_h *g, const char * * guestfs_protocol.h (which includes much unrelated and * XDR-dependent stuff that we don't want to be public, or required * by clients). - * + * * To reiterate, we will pass these structures to and from the client * with a simple assignment or memcpy, so the format must be * identical to what rpcgen / the RFC defines. diff --git a/generator/generator_types.ml b/generator/generator_types.ml index 8e16af622..74ba03546 100644 --- a/generator/generator_types.ml +++ b/generator/generator_types.ml @@ -23,14 +23,14 @@ type style = ret * args * optargs (* The [style] is a tuple which describes the return value and * arguments of a function. - * + * * [ret] is the return value, one of the [R*] values below. - * + * * The second element is the list of required arguments, a list of * [argt]s from the list below, eg. [Bool], [String] etc. Each has * a name so that for example [Int "foo"] corresponds in the C * bindings to an [int foo] parameter. - * + * * The third element is the list of optional arguments. These are * mapped to optional arguments in the language binding, eg. in * Perl to: diff --git a/generator/generator_utils.ml b/generator/generator_utils.ml index 53e15c512..edb016079 100644 --- a/generator/generator_utils.ml +++ b/generator/generator_utils.ml @@ -47,7 +47,7 @@ let string_of_errcode = function * avoid having the UUID change every time we rebuild the tests, * generate it as a function of the contents of the * generator_actions.ml file. - * + * * Originally I thought uuidgen was using RFC 4122, but it doesn't * appear to. * diff --git a/ruby/examples/guestfs-ruby.pod b/ruby/examples/guestfs-ruby.pod index a0d92d3f2..e3b864819 100644 --- a/ruby/examples/guestfs-ruby.pod +++ b/ruby/examples/guestfs-ruby.pod @@ -52,4 +52,3 @@ Richard W.M. Jones (C) =head1 COPYRIGHT Copyright (C) 2010-2012 Red Hat Inc. -