summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2015-11-08 19:31:58 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2015-11-08 19:31:58 +0000
commitfb4db832583f13d006eaf22418193944f4997a14 (patch)
treeb0ee524d5632c1a4d81a58e91a0ae232ad5d1971 /usr.bin/mg
parent6f7ad63e5d850ece6aa1e35dacb5b3f526e968cf (diff)
whitespace
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c
index ed89cbf2ae4..b3bee6b09af 100644
--- a/usr.bin/mg/main.c
+++ b/usr.bin/mg/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.76 2015/10/29 19:46:47 lum Exp $ */
+/* $OpenBSD: main.c,v 1.77 2015/11/08 19:31:57 jasper Exp $ */
/* This file is in the public domain. */
@@ -115,7 +115,7 @@ main(int argc, char **argv)
if ((cp = startupfile(NULL)) != NULL)
(void)load(cp);
- /*
+ /*
* Now ensure any default buffer modes from the startup file are
* given to any files opened when parsing the startup file.
* Note *scratch* will also be updated.
@@ -152,7 +152,7 @@ notnum:
if (fisdir(cp) == TRUE) {
(void)do_dired(cp);
- continue;
+ continue;
}
if ((curbp = findbuffer(cp)) == NULL) {
vttidy();