aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/troff/n3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/troff/n3.c')
-rw-r--r--src/cmd/troff/n3.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/cmd/troff/n3.c b/src/cmd/troff/n3.c
index 8279d748..1c7c574f 100644
--- a/src/cmd/troff/n3.c
+++ b/src/cmd/troff/n3.c
@@ -1,6 +1,6 @@
/*
* troff3.c
- *
+ *
* macro and string routines, storage allocation
*/
@@ -137,7 +137,7 @@ void maddhash(Contab *rp)
}
void munhash(Contab *mp)
-{
+{
Contab *p;
Contab **lp;
@@ -326,7 +326,7 @@ Offset finds(int mn)
if (contabp[i].rq == 0)
break;
}
- if (i == nm)
+ if (i == nm)
growcontab();
freeslot = i + 1;
if ((nextb = alloc()) == -1) {
@@ -531,7 +531,7 @@ Tchar rbf(void) /* return next char from blist[] block */
else
return(popi());
}
-
+
i = rbf0(ip);
if (i == 0) {
if (!app)
@@ -596,9 +596,9 @@ Offset pushi(Offset newip, int mname)
lastpbp = pbp;
pendt = ch = 0;
frame = nxf;
- if (nxf->nargs == 0)
+ if (nxf->nargs == 0)
nxf += 1;
- else
+ else
nxf = (Stack *)argtop;
return(ip = newip);
}
@@ -624,7 +624,7 @@ int getsn(void)
return(0);
if (i == '(')
return(getrq());
- else
+ else
return(i);
}
@@ -698,7 +698,7 @@ void collect(void)
quote = 0;
if (cbits(i = getch()) == '"')
quote++;
- else
+ else
ch = i;
while (1) {
i = getch();
@@ -850,7 +850,7 @@ void casetl(void)
if (ismot(delim = getch())) {
ch = delim;
delim = '\'';
- } else
+ } else
delim = cbits(delim);
tp = buf;
numtabp[HP].val = 0;
@@ -932,7 +932,7 @@ void casepm(void)
tcnt++;
j = contabp[i].mx;
for (k = 1; (j = blist[bindex(j)].nextoff) != -1; )
- k++;
+ k++;
cnt++;
kk += k;
if (!tot)