X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fbin%2Fmemslap.cc;h=e041d0358e17da189e304604c33a9d4fa8c6a0d4;hb=5a6a6ab8eb7b4ad34b335e812fae6dbccc489f48;hp=10e50b47163bc024b61391b73c97034791e0e2d4;hpb=bcc1a6ecf1eadcf69dd9efa02fee69ee63949ca0;p=awesomized%2Flibmemcached diff --git a/src/bin/memslap.cc b/src/bin/memslap.cc index 10e50b47..e041d035 100644 --- a/src/bin/memslap.cc +++ b/src/bin/memslap.cc @@ -242,7 +242,7 @@ int main(int argc, char *argv[]) { opt.add("noreply", 'R', no_argument, "Enable the NOREPLY behavior for storage commands.") .apply = [](const client_options &opt_, const client_options::extended_option &ext, memcached_st *memc) { if (MEMCACHED_SUCCESS != memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_NOREPLY, ext.set)) { - if(!opt_.isset("quiet")) { + if (!opt_.isset("quiet")) { std::cerr << memcached_last_error_message(memc); } return false;