zap whitespace and tab

This commit is contained in:
purplerain 2023-09-26 19:52:17 +00:00
parent 5b49f88fed
commit 4de47ea988
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
681 changed files with 35748 additions and 35743 deletions

View file

@ -123,7 +123,7 @@ lp_scanprinters(struct lp_printer *lp)
if (r == -2)
goto fail;
return 1;
} else if (r == -1)
} else if (r == -1)
fatal("cannot open %s", _PATH_PRINTCAP);
else if (r == -2)
errno = ELOOP; /* potential reference loop */

View file

@ -4,7 +4,7 @@
* Adapted from the following files in src/usr.sbin/lpr/lpd:
*
* extern.h,v 1.9 2015/09/29 02:37:29
* key.c,v 1.8 2015/01/16 06:40:18
* key.c,v 1.8 2015/01/16 06:40:18
* modes.c,v 1.8 2015/01/16 06:40:18
* printjob.c,v 1.58 2016/11/22 16:03:57
*/