diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-16 00:24:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-16 00:24:52 +0000 |
commit | 10fe4eac3d4a8bc8e10f24324fe8ccf8ff7dfbd1 (patch) | |
tree | 88083d90e6d97cb0b7dacb7cb9c3003dea62595a /usr.bin | |
parent | b3faad62d2d04bf0c1c49b05a39242d78c0095ac (diff) |
spacing
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/dired.c | 4 | ||||
-rw-r--r-- | usr.bin/mg/file.c | 4 | ||||
-rw-r--r-- | usr.bin/mg/theo.c | 18 |
3 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/mg/dired.c b/usr.bin/mg/dired.c index 272b92c2163..db31019ecfb 100644 --- a/usr.bin/mg/dired.c +++ b/usr.bin/mg/dired.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dired.c,v 1.12 2003/08/15 23:23:18 vincent Exp $ */ +/* $OpenBSD: dired.c,v 1.13 2003/08/16 00:24:51 deraadt Exp $ */ /* dired module for mg 2a */ /* by Robert A. Larson */ @@ -96,7 +96,7 @@ static PF dired_pf[] = { rescan, /* ^N */ d_findfile, /* ^O */ }; - + static struct KEYMAPE (4 + IMAPEXT) diredmap = { 4, 4 + IMAPEXT, diff --git a/usr.bin/mg/file.c b/usr.bin/mg/file.c index f8fd6e7605e..7ee11cd1dbf 100644 --- a/usr.bin/mg/file.c +++ b/usr.bin/mg/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.24 2003/01/06 17:04:09 deraadt Exp $ */ +/* $OpenBSD: file.c,v 1.25 2003/08/16 00:24:51 deraadt Exp $ */ /* * File commands. @@ -166,7 +166,7 @@ readin(char *fname) curbp->b_flag |= BFREADONLY; else curbp->b_flag &=~ BFREADONLY; - + if (startrow) gotoline(FFARG, startrow); diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 4e71ded5c3a..848a29e77e0 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,16 +1,16 @@ -/* $OpenBSD: theo.c,v 1.57 2003/07/16 08:45:19 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.58 2003/08/16 00:24:51 deraadt Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> - * All rights reserved. + * All rights reserved. * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. * 2. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. + * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY @@ -21,7 +21,7 @@ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "def.h" |