Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Remove extra whitespaces.
details: https://anonhg.NetBSD.org/src/rev/c58f9a2daf5d
branches: trunk
changeset: 994967:c58f9a2daf5d
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Nov 30 05:20:34 2018 +0000
description:
Remove extra whitespaces.
diffstat:
sys/dev/wscons/wsdisplay_vconsvar.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 2677bf86503a -r c58f9a2daf5d sys/dev/wscons/wsdisplay_vconsvar.h
--- a/sys/dev/wscons/wsdisplay_vconsvar.h Fri Nov 30 04:57:02 2018 +0000
+++ b/sys/dev/wscons/wsdisplay_vconsvar.h Fri Nov 30 05:20:34 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsdisplay_vconsvar.h,v 1.26 2017/06/02 19:33:51 macallan Exp $ */
+/* $NetBSD: wsdisplay_vconsvar.h,v 1.27 2018/11/30 05:20:34 msaitoh Exp $ */
/*-
* Copyright (c) 2005, 2006 Michael Lorenz
@@ -57,7 +57,7 @@
* drawing */
#define VCONS_DONT_DRAW 8 /* don't draw on this screen at all */
/*
- * the following flags are for drivers which either can't accelerate (all) copy
+ * the following flags are for drivers which either can't accelerate (all) copy
* operations or where drawing characters is faster than the blitter
* for example, Sun's Creator boards can't accelerate copycols()
*/
@@ -97,13 +97,13 @@
struct vcons_data {
/* usually the drivers softc */
void *cookie;
-
+
/*
* setup the rasops part of the passed vcons_screen, like
* geometry, framebuffer address, font, characters, acceleration.
* we pass the cookie as 1st parameter
*/
- void (*init_screen)(void *, struct vcons_screen *, int,
+ void (*init_screen)(void *, struct vcons_screen *, int,
long *);
/* accessops */
Home |
Main Index |
Thread Index |
Old Index