mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Reformat code
This commit is contained in:
parent
fce34d82c8
commit
48238429b7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue