syntax: Remove trailing whitespace.

Found by 'make syntax-check'.
This commit is contained in:
Richard W.M. Jones
2012-09-15 13:28:24 +01:00
parent 44a11e955b
commit 2cac8d490e
12 changed files with 11 additions and 16 deletions

View File

@@ -10,4 +10,3 @@ source_lang = en
file_filter = po-docs/<lang>.po
source_file = po-docs/libguestfs-docs.pot
source_lang = en

2
TODO
View File

@@ -402,7 +402,7 @@ virt-sysprep ideas
Kazuo Moriwaka adds:
- "yum clean all" (or the equivalent) to remove yum caches
- swap devices (both of block device and file) should be wiped. This may
- swap devices (both of block device and file) should be wiped. This may
good for security purpose, and size. I found virt-sparsify can clear
swap partition.
- --script is nice. Defining default sysprep script directory

View File

@@ -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.

View File

@@ -733,4 +733,3 @@ Richard W.M. Jones (C<rjones at redhat dot com>)
=head1 COPYRIGHT
Copyright (C) 2012 Red Hat Inc.

View File

@@ -302,4 +302,3 @@ Richard W.M. Jones (C<rjones at redhat dot com>)
=head1 COPYRIGHT
Copyright (C) 2011-2012 Red Hat Inc.

View File

@@ -4029,7 +4029,7 @@ C<device>." };
name = "set_e2uuid";
style = RErr, [Device "device"; String "uuid"], [];
proc_nr = Some 82;
tests =
tests =
(let uuid = uuidgen () in [
InitBasicFS, Always, TestOutput (
[["set_e2uuid"; "/dev/sda1"; uuid];

View File

@@ -531,7 +531,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.

View File

@@ -814,7 +814,7 @@ guestfs_session_event_get_type(void)
static GType etype = 0;
if (etype == 0) {
static const GEnumValue values[] = {";
List.iter (
fun (name, _) ->
let enum_name = "GUESTFS_SESSION_EVENT_" ^ String.uppercase name in

View File

@@ -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:

View File

@@ -46,11 +46,12 @@ let string_of_errcode = function
(* Generate a uuidgen-compatible UUID (used in tests). However to
* avoid having the UUID change every time we rebuild the tests,
* generate it as a function of the contents of the actions.ml file.
*
*
* Originally I thought uuidgen was using RFC 4122, but it doesn't
* appear to.
*
* Note that the format must be 01234567-0123-0123-0123-0123456789ab *)
*
* Note that the format must be 01234567-0123-0123-0123-0123456789ab
*)
let uuidgen () =
let s = Digest.to_hex (Digest.file "generator/actions.ml") in

View File

@@ -52,4 +52,3 @@ Richard W.M. Jones (C<rjones at redhat dot com>)
=head1 COPYRIGHT
Copyright (C) 2010-2012 Red Hat Inc.

View File

@@ -67,4 +67,3 @@
</memballoon>
</devices>
</domain>