diff options
author | phk <phk@FreeBSD.org> | 1998-02-12 20:52:24 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-02-12 20:52:24 +0000 |
commit | 796a7e782cfa2ded67846c227e063974ac5cb66e (patch) | |
tree | af6b07e9e49369c3ccafd0cbd5dcf623af602cff /sys | |
parent | e5a46b01761efe91aa7f131d107b9c1bc34d7855 (diff) | |
download | FreeBSD-src-796a7e782cfa2ded67846c227e063974ac5cb66e.zip FreeBSD-src-796a7e782cfa2ded67846c227e063974ac5cb66e.tar.gz |
Fix a white-space nit which I happened to notice.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/syscons/syscons.c | 5 | ||||
-rw-r--r-- | sys/i386/isa/syscons.c | 5 | ||||
-rw-r--r-- | sys/isa/syscons.c | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 3cc3e5c..d2fa9f3 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.251 1998/02/11 15:02:40 yokota Exp $ + * $Id: syscons.c,v 1.252 1998/02/12 16:35:11 yokota Exp $ */ #include "sc.h" @@ -352,8 +352,7 @@ draw_cursor_image(scr_stat *scp) cursor_image &= 0xff00; cursor_image |= DEAD_CHAR; } - } - else { + } else { cursor_image = (*(ptr) & 0x00ff) | *(scp->cursor_pos) & 0xff00; scp->cursor_saveunder = cursor_image; if (!(flags & BLINK_CURSOR)||((flags & BLINK_CURSOR)&&(blinkrate & 4))){ diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c index 3cc3e5c..d2fa9f3 100644 --- a/sys/i386/isa/syscons.c +++ b/sys/i386/isa/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.251 1998/02/11 15:02:40 yokota Exp $ + * $Id: syscons.c,v 1.252 1998/02/12 16:35:11 yokota Exp $ */ #include "sc.h" @@ -352,8 +352,7 @@ draw_cursor_image(scr_stat *scp) cursor_image &= 0xff00; cursor_image |= DEAD_CHAR; } - } - else { + } else { cursor_image = (*(ptr) & 0x00ff) | *(scp->cursor_pos) & 0xff00; scp->cursor_saveunder = cursor_image; if (!(flags & BLINK_CURSOR)||((flags & BLINK_CURSOR)&&(blinkrate & 4))){ diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c index 3cc3e5c..d2fa9f3 100644 --- a/sys/isa/syscons.c +++ b/sys/isa/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.251 1998/02/11 15:02:40 yokota Exp $ + * $Id: syscons.c,v 1.252 1998/02/12 16:35:11 yokota Exp $ */ #include "sc.h" @@ -352,8 +352,7 @@ draw_cursor_image(scr_stat *scp) cursor_image &= 0xff00; cursor_image |= DEAD_CHAR; } - } - else { + } else { cursor_image = (*(ptr) & 0x00ff) | *(scp->cursor_pos) & 0xff00; scp->cursor_saveunder = cursor_image; if (!(flags & BLINK_CURSOR)||((flags & BLINK_CURSOR)&&(blinkrate & 4))){ |