mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 15:24:22 -04:00
fixed indentation on if statement
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ int main(int argc, char **argv)
|
||||
mixer_close(mixer);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
if ((optind + 2) >= argc) {
|
||||
if ((optind + 2) >= argc) {
|
||||
fprintf(stderr, "no value(s) specified\n");
|
||||
mixer_close(mixer);
|
||||
return EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user