diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2021-01-31 19:32:02 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2021-01-31 19:32:02 +0000 |
commit | e88f40783917b32a9b3ca146492d41caa15e16dc (patch) | |
tree | bf6a09e538e6719ccd17706cdd48eb02efd6df95 | |
parent | d0da21c3bd766dd2e9496ca94e49421e0928d5ce (diff) |
Spacing.
-rw-r--r-- | sys/dev/video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/video.c b/sys/dev/video.c index c8e9f2c0f54..49ac5b9ad4c 100644 --- a/sys/dev/video.c +++ b/sys/dev/video.c @@ -1,4 +1,4 @@ -/* $OpenBSD: video.c,v 1.47 2021/01/06 18:57:58 jca Exp $ */ +/* $OpenBSD: video.c,v 1.48 2021/01/31 19:32:01 mglocker Exp $ */ /* * Copyright (c) 2008 Robert Nagy <robert@openbsd.org> @@ -188,7 +188,7 @@ videoread(dev_t dev, struct uio *uio, int ioflag) return (error); sc->sc_vidmode = VIDMODE_READ; } - + DPRINTF(("resid=%zu\n", uio->uio_resid)); if (sc->sc_frames_ready < 1) { |