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 /debianutils | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz |
just whitespace
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/mktemp.c | 4 | ||||
-rw-r--r-- | debianutils/run_parts.c | 6 | ||||
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/debianutils/mktemp.c b/debianutils/mktemp.c index c0d3a365d..64b82815e 100644 --- a/debianutils/mktemp.c +++ b/debianutils/mktemp.c @@ -6,7 +6,7 @@ * Copyright (C) 2000 by Daniel Jacobowitz * Written by Daniel Jacobowitz <dan@debian.org> * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ #include <stdio.h> @@ -19,7 +19,7 @@ extern int mktemp_main(int argc, char **argv) { unsigned long flags = bb_getopt_ulflags(argc, argv, "dq"); - + if (optind + 1 != argc) bb_show_usage(); diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 90314354c..862db7a05 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c @@ -36,10 +36,10 @@ * broken compatibility because the BusyBox policy doesn't allow them. * The supported options are: * -t test. Print the name of the files to be executed, without - * execute them. + * execute them. * -a ARG argument. Pass ARG as an argument the program executed. It can - * be repeated to pass multiple arguments. - * -u MASK umask. Set the umask of the program executed to MASK. */ + * be repeated to pass multiple arguments. + * -u MASK umask. Set the umask of the program executed to MASK. */ /* TODO * done - convert calls to error in perror... and remove error() diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 2ace0cc8b..aa1b3c7a0 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -238,7 +238,7 @@ start_stop_daemon_main(int argc, char **argv) opt = bb_getopt_ulflags(argc, argv, "KSbqma:n:s:u:x:p:", &startas, &cmdname, &signame, &userspec, &execname, &pidfile); - + quiet = opt & SSD_OPT_QUIET; if (signame) { |