diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
commit | 30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (patch) | |
tree | 4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/random | |
parent | 188803394908f222ab3ed8ec32331eb6dd00fd2d (diff) | |
download | FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.zip FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'games/random')
-rw-r--r-- | games/random/random.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/random/random.c b/games/random/random.c index 87e1b18..b62eb24 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -98,7 +98,7 @@ main(argc, argv) errx(1, "denominator is not valid."); break; default: - usage(); + usage(); /* NOTREACHED */ } @@ -115,7 +115,7 @@ main(argc, argv) */ if (unbuffer_output) setbuf(stdout, NULL); - + /* * Select whether to print the first line. (Prime the pump.) * We find a random number between 0 and denom - 1 and, if it's |