diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-24 03:05:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-24 03:05:29 +0000 |
commit | 0630146c228b8ba11316c38fba0e53270064e2ae (patch) | |
tree | 837f20d9f80ab1bb97fa8f26aab6c5df362d40a3 /usr.bin/mg/main.c | |
parent | 8d62d06e90311aab0fcc0e3574e76919c43dcc94 (diff) |
spaces
Diffstat (limited to 'usr.bin/mg/main.c')
-rw-r--r-- | usr.bin/mg/main.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c index abd5c34cba0..e218b286548 100644 --- a/usr.bin/mg/main.c +++ b/usr.bin/mg/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.9 2001/05/23 23:29:48 mickey Exp $ */ +/* $OpenBSD: main.c,v 1.10 2001/05/24 03:05:24 mickey Exp $ */ /* * Mainline. @@ -23,8 +23,8 @@ static void edinit __P((void)); int main(argc, argv) - int argc; - char **argv; + int argc; + char **argv; { char *cp; @@ -139,7 +139,7 @@ quit(f, n) } /* - * User abort. Should be called by any input routine that sees a C-g to abort + * User abort. Should be called by any input routine that sees a C-g to abort * whatever C-g is aborting these days. Currently does nothing. */ /* ARGSUSED */ |