Remove trailing whitespace.

This commit is contained in:
Rodney W. Grimes
1995-05-30 05:51:47 +00:00
parent a2f0036ac4
commit 6c06b4e2aa
563 changed files with 3986 additions and 3979 deletions
+2 -2
View File
@@ -80,7 +80,7 @@ static void insertionsort __P((u_char *, size_t, size_t, int (*)()));
do \
*dst++ = *src++; \
while (i -= 1)
/*
* Find the next possible pointer head. (Trickery for forcing an array
* to do double duty as a linked list when objects do not align with word
@@ -164,7 +164,7 @@ EXPONENTIAL: for (i = size; ; i <<= 1)
} else if ((*cmp)(q, p) <= sense) {
t = p;
if (i == size)
big = 0;
big = 0;
goto FASTCASE;
} else
b = p;