From a8f55651ae73a2a6ad9ebf7ca9d5e4292a9f30af Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 19 Nov 2006 16:51:20 +0000 Subject: spacing --- usr.bin/mg/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mg/main.c') 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 */ -- cgit v1.2.3