Added support for MEMCACHED_BEHAVIOR_IO_KEY_PREFETCH
[awesomized/libmemcached] / tests / server.c
index 8a7970a0d48809032413aa9da5c95b6b9ed4acc7..d0942edf4005e71b306c1d5e67036f0d59cbfd5e 100644 (file)
@@ -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);
         }