Remove non semantical newline space from PR #5797.

This commit is contained in:
antirez 2019-01-21 11:15:43 +01:00
parent 9f939610f3
commit cfdc800a5f

View File

@ -221,7 +221,6 @@ static void killAppendOnlyChild(void) {
server.aof_rewrite_time_start = -1; server.aof_rewrite_time_start = -1;
/* Close pipes used for IPC between the two processes. */ /* Close pipes used for IPC between the two processes. */
aofClosePipes(); aofClosePipes();
updateDictResizePolicy(); updateDictResizePolicy();
} }