From 1c75ca2e2dc72d118edbb854455e602d70d80a52 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 2 May 2021 12:50:43 +0000 Subject: games: remove trailing whitespace in *.c and *.h --- random/random.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'random') diff --git a/random/random.c b/random/random.c index 6e51aa9d..2b2a94fd 100644 --- a/random/random.c +++ b/random/random.c @@ -1,4 +1,4 @@ -/* $NetBSD: random.c,v 1.15 2020/07/26 15:24:00 nia Exp $ */ +/* $NetBSD: random.c,v 1.16 2021/05/02 12:50:46 rillig Exp $ */ /* * Copyright (c) 1994 @@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1994\ #if 0 static char sccsid[] = "@(#)random.c 8.6 (Berkeley) 6/1/94"; #else -__RCSID("$NetBSD: random.c,v 1.15 2020/07/26 15:24:00 nia Exp $"); +__RCSID("$NetBSD: random.c,v 1.16 2021/05/02 12:50:46 rillig Exp $"); #endif #endif /* not lint */ @@ -98,7 +98,7 @@ main(int argc, char *argv[]) errx(1, "denominator is not valid."); break; default: - usage(); + usage(); /* NOTREACHED */ } @@ -112,7 +112,7 @@ main(int argc, char *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 -- cgit v1.2.3-56-ge451