diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-13 20:28:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-13 20:28:50 +0000 |
commit | 5b785c25202e85d954c1248ca4dc16276ff3aa62 (patch) | |
tree | f1b10311554550904209a9531ad3969c92514bb4 /usr.bin/mg/line.c | |
parent | a72ced90ddf0930ee6a27432516e5a882800a30e (diff) |
spacing
Diffstat (limited to 'usr.bin/mg/line.c')
-rw-r--r-- | usr.bin/mg/line.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/line.c b/usr.bin/mg/line.c index 2d7fd220b7b..0831136110a 100644 --- a/usr.bin/mg/line.c +++ b/usr.bin/mg/line.c @@ -1,4 +1,4 @@ -/* $OpenBSD: line.c,v 1.24 2005/10/06 16:48:00 kjell Exp $ */ +/* $OpenBSD: line.c,v 1.25 2005/10/13 20:28:49 deraadt Exp $ */ /* This file is in the public domain. */ @@ -588,7 +588,7 @@ lreplace(RSIZE plen, char *st, int f) } undo_add_boundary(); undo_no_boundary(TRUE); - + (void)backchar(FFARG | FFRAND, (int)plen); (void)ldelete(plen, KNONE); |