summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/filters/lpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/filters/lpf.c')
-rw-r--r--usr.sbin/lpr/filters/lpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/filters/lpf.c b/usr.sbin/lpr/filters/lpf.c
index 5335f31..3bec84d 100644
--- a/usr.sbin/lpr/filters/lpf.c
+++ b/usr.sbin/lpr/filters/lpf.c
@@ -71,7 +71,7 @@ char *host; /* user's machine name */
char *acctfile; /* accounting information file */
int
-main(argc, argv)
+main(argc, argv)
int argc;
char *argv[];
{
@@ -117,7 +117,7 @@ main(argc, argv)
for (cp = buf[0], limit = buf[MAXREP]; cp < limit; *cp++ = ' ');
done = 0;
-
+
while (!done) {
col = indent;
maxrep = -1;
OpenPOWER on IntegriCloud