treewide: remove trailing whitespaces

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
Luís Ferreira
2021-09-13 17:23:17 +01:00
parent 0e0101043b
commit 7903557988
14 changed files with 28 additions and 28 deletions

View File

@@ -211,7 +211,7 @@ static RETSIGTYPE catch_signals (unused int sig)
/*
* XXX - can't enter single user mode if root password is
* empty. I think this doesn't happen very often :-). But
* it will work with standard getpass() (no NULL on EOF).
* it will work with standard getpass() (no NULL on EOF).
* --marekm
*/
if ((NULL == cp) || ('\0' == *cp)) {