diff options
author | imp <imp@FreeBSD.org> | 2002-07-21 04:24:30 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-07-21 04:24:30 +0000 |
commit | ce61f92eb6b117c5a5f8b7218b71b332f10cc33f (patch) | |
tree | 5d6758ce78e6912deadffc2001a60d70677d51ec /sys/dev/sn/if_sn_pccard.c | |
parent | 4b7886733a48d9cf7b7643bbf3af531071c43bbb (diff) | |
download | FreeBSD-src-ce61f92eb6b117c5a5f8b7218b71b332f10cc33f.zip FreeBSD-src-ce61f92eb6b117c5a5f8b7218b71b332f10cc33f.tar.gz |
Minor whitespace nits. remove #if 1 and #endif pair, but not code between.
Diffstat (limited to 'sys/dev/sn/if_sn_pccard.c')
-rw-r--r-- | sys/dev/sn/if_sn_pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index c8c6256..24e4d42 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -61,6 +61,7 @@ static const struct pccard_product sn_pccard_products[] = { #endif { NULL } }; + static int sn_pccard_match(device_t dev) { |