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 /miscutils/watchdog.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r-- | miscutils/watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 4b00e50c6..944288d29 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -29,7 +29,7 @@ static void watchdog_shutdown(int unused) | |||
29 | 29 | ||
30 | int watchdog_main(int argc, char **argv) | 30 | int watchdog_main(int argc, char **argv) |
31 | { | 31 | { |
32 | 32 | ||
33 | char *t_arg; | 33 | char *t_arg; |
34 | unsigned long flags; | 34 | unsigned long flags; |
35 | flags = bb_getopt_ulflags(argc, argv, "t:", &t_arg); | 35 | flags = bb_getopt_ulflags(argc, argv, "t:", &t_arg); |