diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2019-07-09 09:33:56 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2019-07-09 09:33:56 +0000 |
commit | 11bcd6f6066517c67a4f07f82d7082c7c451a767 (patch) | |
tree | 80af0695615ad629f5e9a898526bbcc4b6ee28a6 | |
parent | 3412a7c8215942b31a627e74b9154ccde62f59f0 (diff) |
Fix whitespace issue.
ok jan@
-rw-r--r-- | sys/dev/usb/uvideo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/uvideo.h b/sys/dev/usb/uvideo.h index dbc089e7e21..fa4074015f2 100644 --- a/sys/dev/usb/uvideo.h +++ b/sys/dev/usb/uvideo.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.h,v 1.57 2015/07/09 14:58:32 mpi Exp $ */ +/* $OpenBSD: uvideo.h,v 1.58 2019/07/09 09:33:55 patrick Exp $ */ /* * Copyright (c) 2007 Robert Nagy <robert@openbsd.org> @@ -302,11 +302,11 @@ struct usb_video_probe_commit { #define UVIDEO_FORMAT_GUID_NV12 { \ 0x4e, 0x56, 0x31, 0x32, 0x00, 0x00, 0x10, 0x00, \ - 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 } + 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 } #define UVIDEO_FORMAT_GUID_UYVY { \ 0x55, 0x59, 0x56, 0x59, 0x00, 0x00, 0x10, 0x00, \ - 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 } + 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71 } /* * USB Video Payload MJPEG |