From c55f33501e9b69b7ebdd621711ae97c0a4847c20 Mon Sep 17 00:00:00 2001 From: marius Date: Fri, 1 Sep 2006 20:07:15 +0000 Subject: Fix indentation in two spots to match the rest of this file. --- usr.sbin/eeprom/ofw_options.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/eeprom') diff --git a/usr.sbin/eeprom/ofw_options.c b/usr.sbin/eeprom/ofw_options.c index 8bf51ea..c7a8dbd 100644 --- a/usr.sbin/eeprom/ofw_options.c +++ b/usr.sbin/eeprom/ofw_options.c @@ -70,9 +70,8 @@ static struct ofwo_extabent ofwo_extab[] = { { NULL, NULL } }; -static int ofwo_setpass(int); -static int ofwo_setstr(int, const void *, int, const char *, - const char *); +static int ofwo_setpass(int); +static int ofwo_setstr(int, const void *, int, const char *, const char *); static __inline void ofwo_printprop(const char *prop, const char* buf, int buflen) -- cgit v1.1