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 --- hack/extern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hack/extern.h') diff --git a/hack/extern.h b/hack/extern.h index b28badb7..1c005e25 100644 --- a/hack/extern.h +++ b/hack/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.18 2011/08/27 23:42:33 joerg Exp $ */ +/* $NetBSD: extern.h,v 1.19 2021/05/02 12:50:44 rillig Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -178,7 +178,7 @@ struct trap *t_at(int, int); struct gold *g_at(int, int); struct obj *getobj(const char *, const char *); int ggetobj(const char *, int (*fn)(struct obj *), int); -int askchain(struct obj *, char *, int, int (*)(struct obj *), +int askchain(struct obj *, char *, int, int (*)(struct obj *), int (*)(struct obj *), int); void prinv(struct obj *); int ddoinv(void); -- cgit v1.2.3