summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-12 06:16:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-03-12 06:16:08 +0000
commitf4a698beee8d03f1735509e9e4b2132384952245 (patch)
tree8262352daa43a082ce4037cf79e7e5215f1973d6 /usr.bin/mg
parent2a5a0a62f80c5c4a5dad7850d81b8af05d460126 (diff)
spacing
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/def.h4
-rw-r--r--usr.bin/mg/main.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index 8ea5984038d..6caa5fbb8cb 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.58 2005/03/10 18:27:47 henning Exp $ */
+/* $OpenBSD: def.h,v 1.59 2005/03/12 06:16:07 deraadt Exp $ */
#include <sys/queue.h>
@@ -201,7 +201,7 @@ typedef struct MGWIN {
char w_force; /* If NZ, forcing row. */
char w_flag; /* Flags. */
LIST_HEAD(, undo_rec) w_undo; /* Undo actions list */
- int w_undopos; /* Where we were during the last
+ int w_undopos; /* Where we were during the last
undo action */
struct undo_rec *w_undoptr;
struct LINE *w_wrapline;
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c
index ca074f2708b..16ee6adc96d 100644
--- a/usr.bin/mg/main.c
+++ b/usr.bin/mg/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.35 2005/03/10 16:47:33 henning Exp $ */
+/* $OpenBSD: main.c,v 1.36 2005/03/12 06:16:07 deraadt Exp $ */
/*
* Mainline.
@@ -17,7 +17,7 @@
int thisflag; /* flags, this command */
int lastflag; /* flags, last command */
int curgoal; /* goal column */
-int startrow; /* row to start */
+int startrow; /* row to start */
BUFFER *curbp; /* current buffer */
BUFFER *bheadp; /* BUFFER list head */
MGWIN *curwp; /* current window */