diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /util-linux/losetup.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
Diffstat (limited to 'util-linux/losetup.c')
-rw-r--r-- | util-linux/losetup.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index f03889663..c2d3339e0 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -31,16 +31,16 @@ die_failed: | |||
31 | case -1: | 31 | case -1: |
32 | /* losetup takes two argument:, loop_device and file */ | 32 | /* losetup takes two argument:, loop_device and file */ |
33 | if(optind+2==argc) { | 33 | if(optind+2==argc) { |
34 | if(set_loop(&argv[optind], argv[optind + 1], offset)>=0) | 34 | if(set_loop(&argv[optind], argv[optind + 1], offset)>=0) |
35 | return EXIT_SUCCESS; | 35 | return EXIT_SUCCESS; |
36 | else goto die_failed; | 36 | else goto die_failed; |
37 | } | 37 | } |
38 | if(optind+1==argc) { | 38 | if(optind+1==argc) { |
39 | char *s=query_loop(argv[optind]); | 39 | char *s=query_loop(argv[optind]); |
40 | if (!s) goto die_failed; | 40 | if (!s) goto die_failed; |
41 | printf("%s: %s\n",argv[optind],s); | 41 | printf("%s: %s\n",argv[optind],s); |
42 | if(ENABLE_FEATURE_CLEAN_UP) free(s); | 42 | if(ENABLE_FEATURE_CLEAN_UP) free(s); |
43 | return EXIT_SUCCESS; | 43 | return EXIT_SUCCESS; |
44 | } | 44 | } |
45 | break; | 45 | break; |
46 | } | 46 | } |