[Pkg-libvirt-commits] [libguestfs] 285/384: Whitespace changes arising from the previous two commits.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:57:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 0f029a5f5831df518c317fca3ec78fedc37f4a74
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Feb 14 16:35:25 2015 +0000
Whitespace changes arising from the previous two commits.
---
generator/c.ml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/generator/c.ml b/generator/c.ml
index 15267e2..bd88a98 100644
--- a/generator/c.ml
+++ b/generator/c.ml
@@ -1538,7 +1538,7 @@ and generate_client_actions hash () =
pr "%sif (trace_flag)\n" indent;
pr "%s guestfs_int_trace (g, \"%%s = %%s (error)\",\n" indent;
- pr "%s \"%s\", \"%s\");\n"
+ pr "%s \"%s\", \"%s\");\n"
indent name (string_of_errcode errcode)
in
@@ -1731,7 +1731,7 @@ and generate_client_actions hash () =
if args_passed_to_daemon = [] && optargs = [] then (
pr " serial = guestfs_int_send (g, GUESTFS_PROC_%s, progress_hint, 0,\n"
(String.uppercase name);
- pr " NULL, NULL);\n"
+ pr " NULL, NULL);\n"
) else (
List.iter (
function
@@ -1793,9 +1793,9 @@ and generate_client_actions hash () =
pr " serial = guestfs_int_send (g, GUESTFS_PROC_%s,\n"
(String.uppercase name);
- pr " progress_hint, %s,\n"
+ pr " progress_hint, %s,\n"
(if optargs <> [] then "optargs->bitmask" else "0");
- pr " (xdrproc_t) xdr_guestfs_%s_args, (char *) &args);\n"
+ pr " (xdrproc_t) xdr_guestfs_%s_args, (char *) &args);\n"
name;
);
pr " if (serial == -1) {\n";
@@ -1861,7 +1861,7 @@ and generate_client_actions hash () =
pr " else\n";
pr " guestfs_int_error_errno (g, errnum, \"%%s: %%s\", \"%s\",\n"
name;
- pr " err.error_message);\n";
+ pr " err.error_message);\n";
pr " free (err.error_message);\n";
pr " free (err.errno_string);\n";
pr " return %s;\n" (string_of_errcode errcode);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list