diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-01 11:24:04 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-01 11:24:04 +0000 |
| commit | 3266aa9ec285dbcf254daa17c103bf69dc755967 (patch) | |
| tree | 265f69a3085b0d712d355580d768242734e5951a /miscutils | |
| parent | 88b8f0a3475fc1f2e1b3cf58b63902551dae0169 (diff) | |
| download | busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.tar.gz busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.tar.bz2 busybox-w32-3266aa9ec285dbcf254daa17c103bf69dc755967.zip | |
trailing whitespace removal
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/ionice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/ionice.c b/miscutils/ionice.c index 88d771c30..361c141b8 100644 --- a/miscutils/ionice.c +++ b/miscutils/ionice.c | |||
| @@ -57,7 +57,7 @@ int ionice_main(int argc UNUSED_PARAM, char **argv) | |||
| 57 | /* '+': stop at first non-option */ | 57 | /* '+': stop at first non-option */ |
| 58 | opt = getopt32(argv, "+n:c:p:", &pri, &ioclass, &pid); | 58 | opt = getopt32(argv, "+n:c:p:", &pri, &ioclass, &pid); |
| 59 | argv += optind; | 59 | argv += optind; |
| 60 | 60 | ||
| 61 | if (opt & OPT_c) { | 61 | if (opt & OPT_c) { |
| 62 | if (ioclass > 3) | 62 | if (ioclass > 3) |
| 63 | bb_error_msg_and_die("bad class %d", ioclass); | 63 | bb_error_msg_and_die("bad class %d", ioclass); |
| @@ -70,7 +70,7 @@ int ionice_main(int argc UNUSED_PARAM, char **argv) | |||
| 70 | // pri = 7; | 70 | // pri = 7; |
| 71 | // } | 71 | // } |
| 72 | } | 72 | } |
| 73 | 73 | ||
| 74 | if (!(opt & (OPT_n|OPT_c))) { | 74 | if (!(opt & (OPT_n|OPT_c))) { |
| 75 | if (!(opt & OPT_p) && *argv) | 75 | if (!(opt & OPT_p) && *argv) |
| 76 | pid = xatoi_u(*argv); | 76 | pid = xatoi_u(*argv); |
