Commit cfdc800a authored by antirez's avatar antirez
Browse files

Remove non semantical newline space from PR #5797.

parent 9f939610
...@@ -221,7 +221,6 @@ static void killAppendOnlyChild(void) { ...@@ -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();
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment