diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
commit | a14d555c873398b14776ca4f2c33f9c69617afb9 (patch) | |
tree | 350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/symorder | |
parent | f3a2b348daf9fa6063c38d2d69563f732a2f80e7 (diff) | |
download | FreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.zip FreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'usr.bin/symorder')
-rw-r--r-- | usr.bin/symorder/symorder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/symorder/symorder.c b/usr.bin/symorder/symorder.c index 3644312..8d42929 100644 --- a/usr.bin/symorder/symorder.c +++ b/usr.bin/symorder/symorder.c @@ -219,7 +219,7 @@ main(argc, argv) (void)lseek(o, sa, SEEK_SET); if (write(o, (void *)symtab, n) != n) error(kfile); - if (write(o, (void *)&strtabsize, sizeof(int)) != sizeof(int)) + if (write(o, (void *)&strtabsize, sizeof(int)) != sizeof(int)) error(kfile); if (write(o, newstrings, strtabsize - sizeof(int)) != strtabsize - sizeof(int)) @@ -248,7 +248,7 @@ reorder(st1, st2, entries) for (p = st1, n = entries; --n >= 0; ++p) if (inlist(p) != -1) - ++symfound; + ++symfound; for (p = st2 + symfound, n = entries; --n >= 0; ++st1) { if (excluded(st1)) continue; |