From 9de09d5cde9736b6ac83b6658306da1913c0d0a3 Mon Sep 17 00:00:00 2001 From: Dave Hansen Date: Sun, 7 Aug 2011 12:21:18 -0700 Subject: [PATCH] fix some whitespace --- eyefi-unix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eyefi-unix.c b/eyefi-unix.c index b29f0ee..bc94d2c 100755 --- a/eyefi-unix.c +++ b/eyefi-unix.c @@ -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} };