Add whitespace after comma

This commit is contained in:
ryoon 2021-01-10 15:50:16 +00:00
parent f49e4318ba
commit 09c03af8ed

View File

@ -1,4 +1,4 @@
/* $NetBSD: uaudio.c,v 1.167 2021/01/10 13:17:44 ryoon Exp $ */ /* $NetBSD: uaudio.c,v 1.168 2021/01/10 15:50:16 ryoon Exp $ */
/* /*
* Copyright (c) 1999, 2012 The NetBSD Foundation, Inc. * Copyright (c) 1999, 2012 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.167 2021/01/10 13:17:44 ryoon Exp $"); __KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.168 2021/01/10 15:50:16 ryoon Exp $");
#ifdef _KERNEL_OPT #ifdef _KERNEL_OPT
#include "opt_usb.h" #include "opt_usb.h"
@ -1786,7 +1786,7 @@ uaudio_identify_as(struct uaudio_softc *sc,
id->bNumEndpoints); id->bNumEndpoints);
break; break;
} }
id = uaudio_find_iface(tbuf, size, &offs,UISUBCLASS_AUDIOSTREAM); id = uaudio_find_iface(tbuf, size, &offs, UISUBCLASS_AUDIOSTREAM);
if (id == NULL) if (id == NULL)
break; break;
} }