diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-19 16:51:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-19 16:51:20 +0000 |
commit | a8f55651ae73a2a6ad9ebf7ca9d5e4292a9f30af (patch) | |
tree | 3a846753a86174c84e94590fd476e498e0cc7383 /usr.bin/mg/main.c | |
parent | ab36f64465a6b95d89bc14a3206c2d073e921df3 (diff) |
spacing
Diffstat (limited to 'usr.bin/mg/main.c')
-rw-r--r-- | usr.bin/mg/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c index 6d743f1844a..538ae32a942 100644 --- a/usr.bin/mg/main.c +++ b/usr.bin/mg/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.54 2006/07/25 08:22:32 kjell Exp $ */ +/* $OpenBSD: main.c,v 1.55 2006/11/19 16:51:19 deraadt Exp $ */ /* This file is in the public domain. */ @@ -20,7 +20,7 @@ int thisflag; /* flags, this command */ int lastflag; /* flags, last command */ int curgoal; /* goal column */ int startrow; /* row to start */ -struct buffer *curbp; /* current buffer */ +struct buffer *curbp; /* current buffer */ struct buffer *bheadp; /* BUFFER list head */ struct mgwin *curwp; /* current window */ struct mgwin *wheadp; /* MGWIN listhead */ |