From 2772b6388e0fd1f4e2166bb2112294c83f65e8a8 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Fri, 19 Jun 2015 00:22:32 +0200 Subject: [PATCH] Indentation. --- src/aof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aof.c b/src/aof.c index bf7f22ca..ef6fe96a 100644 --- a/src/aof.c +++ b/src/aof.c @@ -187,7 +187,7 @@ void stopAppendOnly(void) { #else { int statloc; - if (kill(server.aof_child_pid,SIGUSR1) != -1) + if (kill(server.aof_child_pid,SIGUSR1) != -1) wait3(&statloc,0,NULL); } #endif