@@ -441,7 +441,7 @@ void libxl_osevent_occurred_timeout(libxl_ctx *ctx, void *for_libxl)
*
* A program which does this must call libxl_childproc_setmode.
* There are three options:
- *
+ *
* libxl_sigchld_owner_libxl:
*
* While any libxl operation which might use child processes
@@ -78,7 +78,7 @@ static void atfork_unlock(void)
int libxl__atfork_init(libxl_ctx *ctx)
{
int r, rc;
-
+
atfork_lock();
if (atfork_registered) { rc = 0; goto out; }
@@ -326,7 +326,7 @@ static void sigchld_removehandler_core(void) /* idempotent */
{
struct sigaction was;
int r;
-
+
if (!sigchld_installed)
return;
@@ -161,7 +161,7 @@
#endif
/* all of these macros preserve errno (saving and restoring) */
-/*
+/*
* A macro to help retain the first failure in "do as much as you can"
* situations. Note the hard-coded use of the variable name `rc`.
*/
@@ -1367,7 +1367,7 @@ typedef struct {
const char *shim_cmdline;
const char *pv_cmdline;
- /*
+ /*
* dm_runas: If set, pass qemu the `-runas` parameter with this
* string as an argument
* dm_kill_uid: If set, the devicemodel should be killed by
No functional changes. Signed-off-by: George Dunlap <george.dunlap@citrix.com> --- CC: Ian Jackson <ian.jackson@citrix.com> CC: Wei Liu <wl@xen.org> CC: Anthony Perard <anthony.perard@citrix.com> --- tools/libxl/libxl_event.h | 2 +- tools/libxl/libxl_fork.c | 4 ++-- tools/libxl/libxl_internal.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-)