[lxc-devel] [PATCH 2/2] init: Fix whitespace damage

Serge Hallyn serge.hallyn at ubuntu.com
Wed Apr 17 12:55:51 UTC 2013


Quoting Richard Weinberger (richard at nod.at):
> While we are here, fix the whitespace damage.
> 
> Signed-off-by: Richard Weinberger <richard at nod.at>

Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>

> ---
>  src/lxc/lxc_init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lxc/lxc_init.c b/src/lxc/lxc_init.c
> index e4c9a32..84e1293 100644
> --- a/src/lxc/lxc_init.c
> +++ b/src/lxc/lxc_init.c
> @@ -47,7 +47,7 @@ static struct option options[] = {
>  	{ 0, 0, 0, 0 },
>  };
>  
> -static	int was_interrupted = 0;
> +static int was_interrupted = 0;
>  
>  static void interrupt_handler(int sig)
>  {
> -- 
> 1.8.1.4
> 




More information about the lxc-devel mailing list