From: Brian Aker Date: Sat, 2 Jan 2010 20:08:56 +0000 (-0800) Subject: White space fix X-Git-Tag: 0.37~36 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=95a7277d4ff7e1f592122028fca5f93b490ff438;p=awesomized%2Flibmemcached White space fix --- diff --git a/libmemcached/key.c b/libmemcached/key.c index 3b16b273..76a7d8ed 100644 --- a/libmemcached/key.c +++ b/libmemcached/key.c @@ -1,7 +1,7 @@ #include "common.h" -memcached_return_t memcached_key_test(const char * const *keys, - const size_t *key_length, +memcached_return_t memcached_key_test(const char * const *keys, + const size_t *key_length, size_t number_of_keys) { uint32_t x; @@ -14,7 +14,7 @@ memcached_return_t memcached_key_test(const char * const *keys, rc= memcached_validate_key_length(*(key_length + x), false); if (rc != MEMCACHED_SUCCESS) return rc; - + for (y= 0; y < *(key_length + x); y++) { if ((isgraph(keys[x][y])) == 0)