diff options
author | anton <anton@cvs.openbsd.org> | 2020-03-22 08:00:00 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2020-03-22 08:00:00 +0000 |
commit | 042cce97819897a2aaadbef0052e8e989c3fbfa6 (patch) | |
tree | 214a92c505cbe320ba680b689e41d6febd6d5bfd /sys/dev/wscons/wsdisplay.c | |
parent | d7775d1e9b7f219d93e5725dc0303f2c48a51d0b (diff) |
zap trailing whitespace
Diffstat (limited to 'sys/dev/wscons/wsdisplay.c')
-rw-r--r-- | sys/dev/wscons/wsdisplay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsdisplay.c b/sys/dev/wscons/wsdisplay.c index 61ccd2dae43..7bf8c016238 100644 --- a/sys/dev/wscons/wsdisplay.c +++ b/sys/dev/wscons/wsdisplay.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsdisplay.c,v 1.135 2019/10/13 19:49:21 fcambus Exp $ */ +/* $OpenBSD: wsdisplay.c,v 1.136 2020/03/22 07:59:59 anton Exp $ */ /* $NetBSD: wsdisplay.c,v 1.82 2005/02/27 00:27:52 perry Exp $ */ /* @@ -2204,7 +2204,7 @@ wsdisplay_suspend_device(struct device *dev) struct wsdisplay_softc *sc = (struct wsdisplay_softc *)dev; struct wsscreen *scr; int active, idx, ret = 0, s; - + if ((active = wsdisplay_getactivescreen(sc)) == WSDISPLAY_NULLSCREEN) return; |