summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-02-22 02:56:42 +0000
committerdelphij <delphij@FreeBSD.org>2005-02-22 02:56:42 +0000
commita7c680873bad512efba40bd27c85b62860ce628d (patch)
tree456fe6628e12fcb760a156e29a9663f64c2c1a7e /usr.sbin/lpr
parent340ab0ebcbf03388f5ed7a5a0d5d113c0a7d95d7 (diff)
downloadFreeBSD-src-a7c680873bad512efba40bd27c85b62860ce628d.zip
FreeBSD-src-a7c680873bad512efba40bd27c85b62860ce628d.tar.gz
MFS5: Minor style(9) tweak.
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/lpc/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpc/lpc.c b/usr.sbin/lpr/lpc/lpc.c
index 9d237eb..5e6e526 100644
--- a/usr.sbin/lpr/lpc/lpc.c
+++ b/usr.sbin/lpr/lpc/lpc.c
@@ -201,7 +201,7 @@ cmdscanner(void)
makeargv();
if (margc == 0)
continue;
- if (el!= NULL && el_parse(el, margc, margv) != -1)
+ if (el != NULL && el_parse(el, margc, margv) != -1)
continue;
c = getcmd(margv[0]);
OpenPOWER on IntegriCloud