From c7bda1ce659294d6e22c06e087f6f265983c7578 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 15 Mar 2004 08:29:22 +0000 Subject: Remove trailing whitespace. Update copyright to include 2004. --- miscutils/watchdog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/watchdog.c') diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index b1167dc90..276fadebd 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c @@ -67,7 +67,7 @@ extern int watchdog_main(int argc, char **argv) fd = bb_xopen(argv[argc - 1], O_WRONLY); while (1) { - /* + /* * Make sure we clear the counter before sleeping, as the counter value * is undefined at this point -- PFM */ -- cgit v1.2.3-55-g6feb