[CRIU] [PATCH 2/2] typo: fix double indentation

Tycho Andersen tycho.andersen at canonical.com
Thu Nov 19 08:16:00 PST 2015


Signed-off-by: Tycho Andersen <tycho.andersen at canonical.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



More information about the CRIU mailing list