From f79d43bbe70a01454049b77d6f15f6369744959e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Mon, 26 Nov 2012 12:08:13 -0500 Subject: [PATCH] Remove all trailing whitespaces. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- COPYING | 2 +- TODO | 2 +- config/acinclude.m4 | 16 ++++++++-------- doc/FAQ.txt | 4 ++-- doc/lxc-cgroup.sgml.in | 4 ++-- doc/lxc-console.sgml.in | 6 +++--- doc/lxc-destroy.sgml.in | 4 ++-- doc/lxc-execute.sgml.in | 4 ++-- doc/lxc-freeze.sgml.in | 4 ++-- doc/lxc-ls.sgml.in | 4 ++-- doc/lxc-monitor.sgml.in | 6 +++--- doc/lxc-ps.sgml.in | 10 +++++----- doc/lxc-start.sgml.in | 4 ++-- doc/lxc-stop.sgml.in | 6 +++--- doc/lxc-unfreeze.sgml.in | 4 ++-- doc/lxc-wait.sgml.in | 4 ++-- doc/lxc.conf | 2 +- doc/lxc.conf.sgml.in | 10 +++++----- doc/lxc.sgml.in | 12 ++++++------ src/lxc/af_unix.c | 8 ++++---- src/lxc/genl.c | 4 ++-- src/lxc/genl.h | 4 ++-- src/lxc/lxc-checkconfig.in | 2 +- src/lxc/lxc_monitor.c | 2 +- src/lxc/lxc_start.c | 2 +- src/lxc/mainloop.c | 4 ++-- src/lxc/mainloop.h | 4 ++-- src/lxc/network.h | 2 +- src/lxc/nl.c | 14 +++++++------- src/lxc/nl.h | 32 ++++++++++++++++---------------- src/lxc/rtnl.c | 2 +- src/lxc/rtnl.h | 4 ++-- templates/lxc-debian.in | 2 +- templates/lxc-oracle.in | 2 +- 34 files changed, 98 insertions(+), 98 deletions(-) diff --git a/COPYING b/COPYING index 5ab7695ab..602bfc946 100644 --- a/COPYING +++ b/COPYING @@ -146,7 +146,7 @@ such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. - + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an diff --git a/TODO b/TODO index 3b6e95638..56d505698 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ * create an interactive configuration with the lxc-create command - line, like the 'make menuconfig' of the kernel. + line, like the 'make menuconfig' of the kernel. = lxc-create [-n foo] -m|--menuconfig diff --git a/config/acinclude.m4 b/config/acinclude.m4 index a36fdf3cc..d718b5e76 100644 --- a/config/acinclude.m4 +++ b/config/acinclude.m4 @@ -2,21 +2,21 @@ dnl as-ac-expand.m4 0.2.0 dnl autostars m4 macro for expanding directories using configure's prefix dnl thomas@apestaart.org dnl - + dnl AS_AC_EXPAND(VAR, CONFIGURE_VAR) dnl example dnl AS_AC_EXPAND(SYSCONFDIR, $sysconfdir) dnl will set SYSCONFDIR to /usr/local/etc if prefix=/usr/local - + AC_DEFUN([AS_AC_EXPAND], [ EXP_VAR=[$1] FROM_VAR=[$2] - + dnl first expand prefix and exec_prefix if necessary prefix_save=$prefix exec_prefix_save=$exec_prefix - + dnl if no prefix given, then use /usr/local, the default prefix if test "x$prefix" = "xNONE"; then prefix="$ac_default_prefix" @@ -25,7 +25,7 @@ AC_DEFUN([AS_AC_EXPAND], if test "x$exec_prefix" = "xNONE"; then exec_prefix=$prefix fi - + full_var="$FROM_VAR" dnl loop until it doesn't change anymore while true; do @@ -33,11 +33,11 @@ AC_DEFUN([AS_AC_EXPAND], if test "x$new_full_var" = "x$full_var"; then break; fi full_var=$new_full_var done - + dnl clean up full_var=$new_full_var AC_SUBST([$1], "$full_var") - + dnl restore prefix and exec_prefix prefix=$prefix_save exec_prefix=$exec_prefix_save @@ -94,7 +94,7 @@ x$B" | sed 's/^ *//' | sort -r | sed "s/x${A}/true/;s/x${B}/false/;1q"` # Determine the number of characters in A and B. ax_compare_version_len_A=`echo "$A" | awk '{print(length)}'` ax_compare_version_len_B=`echo "$B" | awk '{print(length)}'` - + # Set A to no more than B's length and B to no more than A's length. A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"` B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"` diff --git a/doc/FAQ.txt b/doc/FAQ.txt index fce5eef5d..50238ffde 100644 --- a/doc/FAQ.txt +++ b/doc/FAQ.txt @@ -32,8 +32,8 @@ error when starting a container. "[syserr] lxc_start:96: Invalid argument - failed to fork into a new namespace" -Answer: -------- +Answer: +------- read the lxc man page about kernel version prereq :) most probably your kernel is not configured to support the container options you diff --git a/doc/lxc-cgroup.sgml.in b/doc/lxc-cgroup.sgml.in index b321bc3ac..53e503542 100644 --- a/doc/lxc-cgroup.sgml.in +++ b/doc/lxc-cgroup.sgml.in @@ -1,4 +1,4 @@ -