From 3b95c89cdb699529a4d4f0b60a1f18b5da02e41f Mon Sep 17 00:00:00 2001 From: Dvir Volk Date: Mon, 27 Nov 2017 23:19:51 +0200 Subject: [PATCH] removed some trailing whitespaces --- src/notify.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/notify.c b/src/notify.c index 079d0686..9d63dbb2 100644 --- a/src/notify.c +++ b/src/notify.c @@ -85,8 +85,6 @@ sds keyspaceEventsFlagsToString(int flags) { return res; } - - /* The API provided to the rest of the Redis core is a simple function: * * notifyKeyspaceEvent(char *event, robj *key, int dbid);