summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-20 21:31:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-20 21:31:46 +0000
commitc71b519293f0f79add0398916d912c0aebf5f611 (patch)
tree56f2924f0f2ce4280d5841cc57c0d1b1a25ba186 /usr.bin
parenta1817ad79f422536bd0de3ef1ead7d8330f023d6 (diff)
kjell loves his extra spaces
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mg/autoexec.c4
-rw-r--r--usr.bin/mg/display.c4
2 files changed, 4 insertions, 4 deletions
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 <vincent@openbsd.org> 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;
/*