summaryrefslogtreecommitdiffstats
path: root/games/random/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/random/random.c')
-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 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
OpenPOWER on IntegriCloud