diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-19 16:08:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-19 16:08:33 +0000 |
commit | e414697c5c449616d91d5d941da7bd1c2a9a8730 (patch) | |
tree | 53603a1828ecbf7135153326cc3ac05a80bbd52b /sys | |
parent | ee0689a4053c190ffc3f82e8f5893c70ba5d41c9 (diff) |
spacing
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/upd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/upd.c b/sys/dev/usb/upd.c index b6c751a7fab..885cf633f0b 100644 --- a/sys/dev/usb/upd.c +++ b/sys/dev/usb/upd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: upd.c,v 1.1 2014/03/17 18:40:46 andre Exp $ */ +/* $OpenBSD: upd.c,v 1.2 2014/03/19 16:08:32 deraadt Exp $ */ /* * Copyright (c) 2014 Andre de Oliveira <andre@openbsd.org> @@ -145,7 +145,7 @@ upd_match(struct device *parent, void *match, void *aux) return (UMATCH_NONE); if (upd_lookup(uha->uaa->vendor, uha->uaa->product) == NULL) - return (UMATCH_NONE); + return (UMATCH_NONE); DPRINTF(("upd: vendor=0x%x, product=0x%x\n", uha->uaa->vendor, uha->uaa->product)); |