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

@@ -277,7 +277,7 @@ static void process_flags (int argc, char **argv)
{NULL, 0, NULL, '\0'}
};
/*
/*
* The remaining arguments will be processed one by one and executed
* by this command. The name is the last argument if it does not
* begin with a "-", otherwise the name is determined from the
@@ -392,7 +392,7 @@ static void check_perms (const struct passwd *pw)
/*
* Non-privileged users are optionally authenticated (must enter the
* password of the user whose information is being changed) before
* any changes can be made. Idea from util-linux chfn/chsh.
* any changes can be made. Idea from util-linux chfn/chsh.
* --marekm
*/
if (!amroot && getdef_bool ("CHFN_AUTH")) {