X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fbin%2Fmemerror.cc;h=2580550f9d905066102460e8c483a50de8a7f8a4;hb=0f27cca46a4a529459ca988268972f480a9730c6;hp=c35684ad06bd5087094906b394a0b8631f38e27a;hpb=97dfab0cbc17e3b4d22b20f062e550fc0ef54ecc;p=awesomized%2Flibmemcached diff --git a/src/bin/memerror.cc b/src/bin/memerror.cc index c35684ad..2580550f 100644 --- a/src/bin/memerror.cc +++ b/src/bin/memerror.cc @@ -84,17 +84,23 @@ void options_parse(int argc, char *argv[]) { } switch (option_rv) { - case 0: break; + case 0: + break; - case OPT_VERSION: /* --version or -V */ opt_version = true; break; + case OPT_VERSION: /* --version or -V */ + opt_version = true; + break; - case OPT_HELP: /* --help or -h */ opt_help = true; break; + case OPT_HELP: /* --help or -h */ + opt_help = true; + break; case '?': /* getopt_long already printed an error message. */ exit(EXIT_FAILURE); - default: exit(EXIT_FAILURE); + default: + exit(EXIT_FAILURE); } }