fix some whitespace

This commit is contained in:
Dave Hansen 2011-08-07 12:21:18 -07:00
parent 1b00666595
commit 9de09d5cde

View file

@ -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}
};