summaryrefslogtreecommitdiff
path: root/sys/dev/video.c
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2008-11-11 12:37:08 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2008-11-11 12:37:08 +0000
commitb8f784bf1eb633ab43cad195630096d79683f261 (patch)
tree84cf4bff4dc4fa31b951cc077ad3cfa27c350125 /sys/dev/video.c
parentc768c9692097404ab30b81722012d085e68876b5 (diff)
Spacing.
Diffstat (limited to 'sys/dev/video.c')
-rw-r--r--sys/dev/video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/video.c b/sys/dev/video.c
index 61067d2df06..69c1efe95a9 100644
--- a/sys/dev/video.c
+++ b/sys/dev/video.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: video.c,v 1.22 2008/08/24 11:05:02 mglocker Exp $ */
+/* $OpenBSD: video.c,v 1.23 2008/11/11 12:37:07 mglocker Exp $ */
/*
* Copyright (c) 2008 Robert Nagy <robert@openbsd.org>
* Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org>
@@ -66,7 +66,7 @@ videoprobe(struct device *parent, void *match, void *aux)
void
videoattach(struct device *parent, struct device *self, void *aux)
{
- struct video_softc *sc = (void *) self;
+ struct video_softc *sc = (void *)self;
struct video_attach_args *sa = aux;
int video_buf_size = 0;