From c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 Mon Sep 17 00:00:00 2001 From: Tim Riker Date: Wed, 25 Jan 2006 00:08:53 +0000 Subject: just whitespace --- debianutils/mktemp.c | 4 ++-- debianutils/run_parts.c | 6 +++--- debianutils/start_stop_daemon.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'debianutils') 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 * - * 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 @@ -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) { -- cgit v1.2.3