mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
pacat: Fix code style
This commit is contained in:
parent
37358e42c4
commit
4f831e0d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -810,7 +810,7 @@ int main(int argc, char *argv[]) {
|
|||
while ((c = getopt_long(argc, argv, "rpd:s:n:hv", long_options, NULL)) != -1) {
|
||||
|
||||
switch (c) {
|
||||
case 'h' :
|
||||
case 'h':
|
||||
help(bn);
|
||||
ret = 0;
|
||||
goto quit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue