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 --- pom/pom.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pom') diff --git a/pom/pom.c b/pom/pom.c index 91ed3f0d..3c83d2a8 100644 --- a/pom/pom.c +++ b/pom/pom.c @@ -1,4 +1,4 @@ -/* $NetBSD: pom.c,v 1.20 2010/12/05 04:34:22 pgoyette Exp $ */ +/* $NetBSD: pom.c,v 1.21 2021/05/02 12:50:46 rillig Exp $ */ /* * Copyright (c) 1989, 1993 @@ -41,7 +41,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\ #if 0 static char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: pom.c,v 1.20 2010/12/05 04:34:22 pgoyette Exp $"); +__RCSID("$NetBSD: pom.c,v 1.21 2021/05/02 12:50:46 rillig Exp $"); #endif #endif /* not lint */ @@ -215,7 +215,7 @@ parsetime(char *p) int yearset = 0; time_t tval; char *t; - + for (t = p; *t; ++t) { if (isdigit((unsigned char) *t)) continue; -- cgit v1.2.3-56-ge451