fix some whitespace
This commit is contained in:
parent
1b00666595
commit
9de09d5cde
1 changed files with 3 additions and 3 deletions
|
@ -419,9 +419,9 @@ int main(int argc, char *argv[])
|
|||
static struct option long_options[] = {
|
||||
{"force", 0, &force, 1},
|
||||
{"help", 0, NULL, 'h'},
|
||||
{"transfer-mode", 2, &transfer_mode, 1},
|
||||
{"wifi-radio", 2, &wifi_radio_on, 1},
|
||||
{"endless", 2, &endless, 1},
|
||||
{"transfer-mode", 2, &transfer_mode, 1},
|
||||
{"wifi-radio", 2, &wifi_radio_on, 1},
|
||||
{"endless", 2, &endless, 1},
|
||||
{"eject", 2, &eject, 1},
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue