X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fserver.c;h=d0942edf4005e71b306c1d5e67036f0d59cbfd5e;hb=b10a03e4afb5514f1c86f5c75b9bfc7d46ce49b4;hp=8a7970a0d48809032413aa9da5c95b6b9ed4acc7;hpb=70d4781acf107377fa194a04d05e8cf31fd211c8;p=awesomized%2Flibmemcached diff --git a/tests/server.c b/tests/server.c index 8a7970a0..d0942edf 100644 --- a/tests/server.c +++ b/tests/server.c @@ -38,10 +38,13 @@ void server_startup(server_startup_st *construct) int count; int status; - if(x == 0) { + if (x == 0) + { sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u -m 128", MEMCACHED_BINARY, x, x + TEST_PORT_BASE, x + TEST_PORT_BASE); - } else { + } + else + { sprintf(buffer, "%s -d -P /tmp/%umemc.pid -t 1 -p %u -U %u", MEMCACHED_BINARY, x, x + TEST_PORT_BASE, x + TEST_PORT_BASE); }