Module Name: src Committed By: rin Date: Wed Jul 24 18:24:42 UTC 2019
Modified Files: src/sys/dev/rasops: rasops.h Log Message: Adjust white space. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/rasops/rasops.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/rasops/rasops.h diff -u src/sys/dev/rasops/rasops.h:1.33 src/sys/dev/rasops/rasops.h:1.34 --- src/sys/dev/rasops/rasops.h:1.33 Wed Jul 24 18:03:30 2019 +++ src/sys/dev/rasops/rasops.h Wed Jul 24 18:24:42 2019 @@ -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 @@ struct rasops_info { 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 */