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/b1f1267eabf0
branches: trunk
changeset: 962552:b1f1267eabf0
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 8df6e5f271ad -r b1f1267eabf0 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