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/undo.c | |
parent | a72ced90ddf0930ee6a27432516e5a882800a30e (diff) |
spacing
Diffstat (limited to 'usr.bin/mg/undo.c')
-rw-r--r-- | usr.bin/mg/undo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/undo.c b/usr.bin/mg/undo.c index a96d1d5a491..65f13dcd4d8 100644 --- a/usr.bin/mg/undo.c +++ b/usr.bin/mg/undo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: undo.c,v 1.30 2005/10/13 20:07:26 kjell Exp $ */ +/* $OpenBSD: undo.c,v 1.31 2005/10/13 20:28:49 deraadt Exp $ */ /* * Copyright (c) 2002 Vincent Labrecque <vincent@openbsd.org> * All rights reserved. @@ -215,7 +215,7 @@ undo_add_boundary(void) if (lastrectype() == BOUNDARY) return (TRUE); - + rec = new_undo_record(); rec->type = BOUNDARY; @@ -429,7 +429,7 @@ int undo(int f, int n) { struct undo_rec *ptr, *nptr; - int done, rval; + int done, rval; LINE *lp; int offset, save, dot; static int nulled = FALSE; |