diff options
author | 2006-09-16 13:37:41 +0000 | |
---|---|---|
committer | 2006-09-16 13:37:41 +0000 | |
commit | 722888902ca0c53a818f8d2fd20cd976720469f4 (patch) | |
tree | a35b4cc6f6a729a42bfe81222f93964ab01f2ad5 | |
parent | fix a buggy printf. (diff) | |
download | wireguard-openbsd-722888902ca0c53a818f8d2fd20cd976720469f4.tar.xz wireguard-openbsd-722888902ca0c53a818f8d2fd20cd976720469f4.zip |
indent
-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.. */ |