misc: whitespace fixes

This commit is contained in:
Austin English
2018-10-12 17:16:23 -05:00
committed by Mike Frysinger
parent 67e2d6033d
commit 02af093043
7 changed files with 8 additions and 8 deletions

View File

@@ -835,7 +835,7 @@ int main(int argc, char **argv)
if (respawn_delay * respawn_max > respawn_period)
ewarn("%s: Please increase the value of --respawn-period to more "
"than %d to avoid infinite respawning", applet,
"than %d to avoid infinite respawning", applet,
respawn_delay * respawn_max);
if (retry) {