Indentation.

This commit is contained in:
Enrico Giordani
2015-06-19 00:22:32 +02:00
parent f8cc98586e
commit 2772b6388e
+1 -1
View File
@@ -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