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/hack.terminfo.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hack/hack.terminfo.c') diff --git a/hack/hack.terminfo.c b/hack/hack.terminfo.c index a7ea30b9..20e10949 100644 --- a/hack/hack.terminfo.c +++ b/hack/hack.terminfo.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.terminfo.c,v 1.2 2011/10/03 12:32:28 roy Exp $ */ +/* $NetBSD: hack.terminfo.c,v 1.3 2021/05/02 12:50:44 rillig Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.terminfo.c,v 1.2 2011/10/03 12:32:28 roy Exp $"); +__RCSID("$NetBSD: hack.terminfo.c,v 1.3 2021/05/02 12:50:44 rillig Exp $"); #endif /* not lint */ #include @@ -124,7 +124,7 @@ xputs(const char *s) static void cmov(int x, int y) { - char *p; + char *p; p = tiparm(cursor_address, y - 1, x - 1); if (p) { @@ -243,7 +243,7 @@ void home(void) { char *out; - + if (cursor_home) xputs(cursor_home); else if ((cursor_address) && (out = tiparm(cursor_address, 0, 0))) @@ -287,7 +287,7 @@ sound_bell(void) void delay_output(void) { - + /* delay 50 ms - could also use a 'nap'-system call */ /* or the usleep call like this :-) */ usleep(50000); -- cgit v1.2.3-56-ge451