summaryrefslogtreecommitdiff
path: root/games/random
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 03:37:36 +0000
commit010f5413b5781bc362fde190ec835a424ec8d28e (patch)
tree4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/random
parent2162b2d2265b5a190e84216b529977d83162f9cc (diff)
Notes
Diffstat (limited to 'games/random')
-rw-r--r--games/random/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/random/random.c b/games/random/random.c
index 87e1b1888788..b62eb2424a3d 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