[CRIU] [PATCH 2/2] typo: fix double indentation
Andrew Vagin
avagin at virtuozzo.com
Fri Nov 20 05:47:04 PST 2015
On Thu, Nov 19, 2015 at 09:16:00AM -0700, Tycho Andersen wrote:
> Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
Acked-by: Andrew Vagin <avagin at virtuozzo.com>
> ---
> seize.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/seize.c b/seize.c
> index 3281dd0..11b5ad8 100644
> --- a/seize.c
> +++ b/seize.c
> @@ -71,9 +71,9 @@ static int freezer_restore_state(void)
> }
>
> if (write(fd, frozen, sizeof(frozen)) != sizeof(frozen)) {
> - pr_perror("Unable to freeze tasks");
> - close(fd);
> - return -1;
> + pr_perror("Unable to freeze tasks");
> + close(fd);
> + return -1;
> }
> close(fd);
> return 0;
> --
> 2.6.2
>
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
More information about the CRIU
mailing list