From 35752e9848c41d6fa64cc8b092084663117961a9 Mon Sep 17 00:00:00 2001 From: mdodd Date: Mon, 6 Dec 1999 09:16:13 +0000 Subject: [PATCH] Whitespace cleanups. --- sys/dev/ep/if_ep_isa.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/ep/if_ep_isa.c b/sys/dev/ep/if_ep_isa.c index bc4d8d232bca..dfb396ed50e6 100644 --- a/sys/dev/ep/if_ep_isa.c +++ b/sys/dev/ep/if_ep_isa.c @@ -55,11 +55,11 @@ #include #include -static int get_eeprom_data (int, int); +static u_int16_t get_eeprom_data (int, int); -static void ep_isa_identify (driver_t *, device_t); -static int ep_isa_probe (device_t); -static int ep_isa_attach (device_t); +static void ep_isa_identify (driver_t *, device_t); +static int ep_isa_probe (device_t); +static int ep_isa_attach (device_t); struct isa_ident { u_int32_t id;