From c71b519293f0f79add0398916d912c0aebf5f611 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 20 Dec 2006 21:31:46 +0000 Subject: kjell loves his extra spaces --- usr.bin/mg/autoexec.c | 4 ++-- usr.bin/mg/display.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/mg/autoexec.c b/usr.bin/mg/autoexec.c index 77919ea9681..e481021989e 100644 --- a/usr.bin/mg/autoexec.c +++ b/usr.bin/mg/autoexec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoexec.c,v 1.12 2006/12/20 20:21:06 kjell Exp $ */ +/* $OpenBSD: autoexec.c,v 1.13 2006/12/20 21:31:45 deraadt Exp $ */ /* this file is in the public domain */ /* Author: Vincent Labrecque April 2002 */ @@ -49,7 +49,7 @@ find_autoexec(const char *fname) pfl[used++] = ae->fp; } } - if (used) + if (used) pfl[used] = NULL; return (pfl); diff --git a/usr.bin/mg/display.c b/usr.bin/mg/display.c index 549c518faf6..9c081f53ef4 100644 --- a/usr.bin/mg/display.c +++ b/usr.bin/mg/display.c @@ -1,4 +1,4 @@ -/* $OpenBSD: display.c,v 1.31 2006/11/19 16:51:19 deraadt Exp $ */ +/* $OpenBSD: display.c,v 1.32 2006/12/20 21:31:45 deraadt Exp $ */ /* This file is in the public domain. */ @@ -103,7 +103,7 @@ struct score *score; /* [NROW * NROW] */ #ifndef LINENOMODE #define LINENOMODE TRUE -#endif /* !LINENOMODE */ +#endif /* !LINENOMODE */ static int linenos = LINENOMODE; /* -- cgit v1.2.3