diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
commit | 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch) | |
tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/diff/io.c | |
parent | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff) | |
download | FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'gnu/usr.bin/diff/io.c')
-rw-r--r-- | gnu/usr.bin/diff/io.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/diff/io.c b/gnu/usr.bin/diff/io.c index 95702ba..81d0260 100644 --- a/gnu/usr.bin/diff/io.c +++ b/gnu/usr.bin/diff/io.c @@ -47,7 +47,7 @@ struct equivclass /* Hash-table: array of buckets, each being a chain of equivalence classes. */ static int *buckets; - + /* Number of buckets in the hash table array. */ static int nbuckets; @@ -105,7 +105,7 @@ sip (current, skip_test) return binary_file_p (current->buffer, current->buffered_chars); } } - + current->buffered_chars = 0; return 0; } @@ -315,7 +315,7 @@ find_and_hash_each_line (current) - linbuf_base; } linbuf[line] = (char const *) p; - + if ((char const *) p == bufend) { linbuf[line] -= (char const *) p == incomplete_tail; @@ -360,7 +360,7 @@ prepare_text_end (current) current->buffered_chars = buffered_chars; current->missing_newline = ! ignore_blank_lines_flag; } - + /* Don't use uninitialized storage when planting or using sentinels. */ if (p) bzero (p + buffered_chars, sizeof (word)); |