From d4d753dae44fa96974eefea83be7aa2bb8838b41 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 e77f67916..23789804f 100644 --- a/src/notify.c +++ b/src/notify.c @@ -87,8 +87,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);