From 98bc9ecbeb2ca4bfb5a9e416ff08c8b371aff77c Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Wed, 31 Jul 2013 21:50:00 -0700 Subject: Formatting --- redis_array.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'redis_array.c') diff --git a/redis_array.c b/redis_array.c index bbc4927a..b201894b 100644 --- a/redis_array.c +++ b/redis_array.c @@ -834,12 +834,12 @@ PHP_METHOD(RedisArray, mget) /* phpredis proper can only use string or long keys, so restrict to that here */ if(Z_TYPE_PP(data) != IS_STRING && Z_TYPE_PP(data) != IS_LONG) { - php_error_docref(NULL TSRMLS_CC, E_ERROR, "MGET: all keys must be strings or longs"); - efree(argv); - efree(pos); - efree(redis_instances); - efree(argc_each); - RETURN_FALSE; + php_error_docref(NULL TSRMLS_CC, E_ERROR, "MGET: all keys must be strings or longs"); + efree(argv); + efree(pos); + efree(redis_instances); + efree(argc_each); + RETURN_FALSE; } /* Convert to a string for hash lookup if it isn't one */ -- cgit v1.2.3