From e74402262e9b4868107b27c5e818a9ec37ce1b9d Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 18 May 2015 09:32:02 -0400 Subject: [PATCH] fix minor formatting issue Signed-off-by: Chris Michael --- src/bin/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/callbacks.c b/src/bin/callbacks.c index 1f91e58..7e89f59 100644 --- a/src/bin/callbacks.c +++ b/src/bin/callbacks.c @@ -70,7 +70,7 @@ _callback_server_motd(Express_Network *net EINA_UNUSED, const char *event EINA_U void _callback_server_error(Express_Network *net EINA_UNUSED, const char *event EINA_UNUSED, const char *source EINA_UNUSED, const char **params, unsigned int count EINA_UNUSED, void *data EINA_UNUSED) { - if (!strncasecmp(params[0],"Closing Link", 12)) + if (!strncasecmp(params[0], "Closing Link", 12)) express_network_disconnect(net); }