Reformat code

This commit is contained in:
badaix 2020-06-01 11:54:09 +02:00
parent fce34d82c8
commit 48238429b7

View file

@ -319,8 +319,7 @@ int main(int argc, char** argv)
cout << "mixer can be one of 'software', " << (hw_mixer_supported ? "'hardware', " : "") << "'script', 'none'\n"
<< "followed by optional parameters:\n"
<< " * software[:poly[:<exponent>]|exp[:<base>]]\n"
<< (hw_mixer_supported ? " * hardware[:<mixer name>]\n":"")
<< " * script[:<script filename>]\n";
<< (hw_mixer_supported ? " * hardware[:<mixer name>]\n" : "") << " * script[:<script filename>]\n";
exit(EXIT_SUCCESS);
}
else