diff options
author | jhb <jhb@FreeBSD.org> | 2009-11-11 20:29:40 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2009-11-11 20:29:40 +0000 |
commit | 7f8b0bd4a81476d4906f4ec7983d3328593bebde (patch) | |
tree | 7188a907eed18acb8f4796e6b0d9faa03bd84f3d | |
parent | 60d8b5d2c77d0f3e7bfd1b82794f72384e678335 (diff) | |
download | FreeBSD-src-7f8b0bd4a81476d4906f4ec7983d3328593bebde.zip FreeBSD-src-7f8b0bd4a81476d4906f4ec7983d3328593bebde.tar.gz |
More consistent whitespace.
-rw-r--r-- | sys/dev/bwi/if_bwivar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwi/if_bwivar.h b/sys/dev/bwi/if_bwivar.h index 476ee13..22a1b1e 100644 --- a/sys/dev/bwi/if_bwivar.h +++ b/sys/dev/bwi/if_bwivar.h @@ -578,7 +578,7 @@ struct bwi_softc { bus_space_handle_t sc_mem_bh; struct callout sc_calib_ch; - struct callout sc_watchdog_timer; + struct callout sc_watchdog_timer; struct bwi_regwin *sc_cur_regwin; struct bwi_regwin sc_com_regwin; |