diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-09-16 13:37:42 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-09-16 13:37:42 +0000 |
commit | 7fac044deef96419e21afb9b11b7d6fc998cbd8c (patch) | |
tree | 08e3a227a35efdebd9e17551767c4a7ce40f3a01 /sys/dev/usb | |
parent | 1e1199bbc310d612abdd5a965e3b8e84e826fc99 (diff) |
indent
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_uath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index 8da5798b44a..ed0b89b51c4 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.1 2006/09/16 13:21:23 damien Exp $ */ +/* $OpenBSD: if_uath.c,v 1.2 2006/09/16 13:37:41 damien Exp $ */ /*- * Copyright (c) 2006 @@ -1623,7 +1623,7 @@ Static int uath_reset(struct uath_softc *sc) { struct uath_cmd_setup setup; -uint32_t reg, val; + uint32_t reg, val; int s, error; /* init device with some voodoo incantations.. */ |