summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpd
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 03:57:47 +0000
commit4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (patch)
tree15a9c7203efd47ba6dde2896fdb6327dddd4547f /usr.sbin/lpr/lpd
parent30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (diff)
downloadFreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.zip
FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'usr.sbin/lpr/lpd')
-rw-r--r--usr.sbin/lpr/lpd/lpdchar.c18
-rw-r--r--usr.sbin/lpr/lpd/printjob.c4
-rw-r--r--usr.sbin/lpr/lpd/recvjob.c2
3 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/lpr/lpd/lpdchar.c b/usr.sbin/lpr/lpd/lpdchar.c
index 4a4f5da..c5e11d4 100644
--- a/usr.sbin/lpr/lpd/lpdchar.c
+++ b/usr.sbin/lpr/lpd/lpdchar.c
@@ -163,7 +163,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c_1___1_,
c1___1_1,
c_____1_ }, /* % */
-
+
{ c_11____,
c1__1___,
c1___1__,
@@ -173,7 +173,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c1___11_,
c1___11_,
c_111__1 }, /* & */
-
+
{ c___11__,
c___11__,
c___1___,
@@ -183,7 +183,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c_______,
c_______,
c_______ }, /* ' */
-
+
{ c____1__,
c___1___,
c__1____,
@@ -193,7 +193,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c__1____,
c___1___,
c____1__ }, /* ( */
-
+
{ c__1____,
c___1___,
c____1__,
@@ -203,7 +203,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c____1__,
c___1___,
c__1____ }, /* ) */
-
+
{ c_______,
c___1___,
c1__1__1,
@@ -213,7 +213,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c1__1__1,
c___1___,
c_______ }, /* * */
-
+
{ c_______,
c___1___,
c___1___,
@@ -223,7 +223,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c___1___,
c___1___,
c_______ }, /* + */
-
+
{ c_______,
c_______,
c_______,
@@ -233,7 +233,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c__1____,
c_1_____,
c_______ }, /* , */
-
+
{ c_______,
c_______,
c_______,
@@ -243,7 +243,7 @@ char scnkey[][HEIGHT] = /* this is relatively easy to modify */
c_______,
c_______,
c_______ }, /* - */
-
+
{ c_______,
c_______,
c_______,
diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c
index 41f7372..9341c7d 100644
--- a/usr.sbin/lpr/lpd/printjob.c
+++ b/usr.sbin/lpr/lpd/printjob.c
@@ -102,7 +102,7 @@ static int tof; /* true if at top of form */
static char class[32]; /* classification field */
static char fromhost[32]; /* user's host machine */
/* indentation size in static characters */
-static char indent[10] = "-i0";
+static char indent[10] = "-i0";
static char jobname[100]; /* job or file name */
static char length[10] = "-l"; /* page length in lines */
static char logname[32]; /* user's login name */
@@ -967,7 +967,7 @@ scan_out(scfd, scsp, dlm)
while (*--strp == BACKGND && strp >= outbuf)
;
strp++;
- *strp++ = '\n';
+ *strp++ = '\n';
(void) write(scfd, outbuf, strp-outbuf);
}
}
diff --git a/usr.sbin/lpr/lpd/recvjob.c b/usr.sbin/lpr/lpd/recvjob.c
index 67a6183..e199af1 100644
--- a/usr.sbin/lpr/lpd/recvjob.c
+++ b/usr.sbin/lpr/lpd/recvjob.c
@@ -94,7 +94,7 @@ recvjob()
frecverr("unknown printer %s", printer);
else if (status == -3)
fatal("potential reference loop detected in printcap file");
-
+
if (cgetstr(bp, "lf", &LF) == -1)
LF = _PATH_CONSOLE;
if (cgetstr(bp, "sd", &SD) == -1)
OpenPOWER on IntegriCloud