Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/rasops Adjust white space.



details:   https://anonhg.NetBSD.org/src/rev/a4eadae68236
branches:  trunk
changeset: 457927:a4eadae68236
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Jul 24 18:24:42 2019 +0000

description:
Adjust white space.

diffstat:

 sys/dev/rasops/rasops.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r cfe82983f0ef -r a4eadae68236 sys/dev/rasops/rasops.h
--- a/sys/dev/rasops/rasops.h   Wed Jul 24 18:03:30 2019 +0000
+++ b/sys/dev/rasops/rasops.h   Wed Jul 24 18:24:42 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rasops.h,v 1.33 2019/07/24 18:03:30 rin Exp $ */
+/*     $NetBSD: rasops.h,v 1.34 2019/07/24 18:24:42 rin Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -119,8 +119,8 @@
        int     ri_fontscale;   /* fontheight * fontstride */
        int     ri_xscale;      /* fontwidth * pelbytes */
        int     ri_yscale;      /* fontheight * stride */
-       uint8_t  *ri_origbits;  /* where screen bits actually start */
-       uint8_t  *ri_hworigbits;        /* where hw bits actually start */
+       uint8_t *ri_origbits;   /* where screen bits actually start */
+       uint8_t *ri_hworigbits; /* where hw bits actually start */
        int     ri_xorigin;     /* where ri_bits begins (x) */
        int     ri_yorigin;     /* where ri_bits begins (y) */
        int32_t ri_devcmap[16]; /* color -> framebuffer data */



Home | Main Index | Thread Index | Old Index