commit | e4dcba1c103dc28e927e004791e331aaf604383d | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 28 18:57:19 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 28 18:57:19 2010 +0200 |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf [diff] [blame] |
*: whitespace fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 3325396..36902a2 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c
@@ -21,7 +21,7 @@ { static const char V = 'V'; - write(3, &V, 1); /* Magic, see watchdog-api.txt in kernel */ + write(3, &V, 1); /* Magic, see watchdog-api.txt in kernel */ if (ENABLE_FEATURE_CLEAN_UP) close(3); exit(EXIT_SUCCESS);