diff options
author | marius <marius@FreeBSD.org> | 2006-09-01 20:07:15 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2006-09-01 20:07:15 +0000 |
commit | c55f33501e9b69b7ebdd621711ae97c0a4847c20 (patch) | |
tree | 36a418450f1d83aefbc6d27768b2244f8c3a8b3c /usr.sbin/eeprom | |
parent | 3ea8fed8d1a71b8eba4180295d6ea2b77b786bdc (diff) | |
download | FreeBSD-src-c55f33501e9b69b7ebdd621711ae97c0a4847c20.zip FreeBSD-src-c55f33501e9b69b7ebdd621711ae97c0a4847c20.tar.gz |
Fix indentation in two spots to match the rest of this file.
Diffstat (limited to 'usr.sbin/eeprom')
-rw-r--r-- | usr.sbin/eeprom/ofw_options.c | 5 |
1 files changed, 2 insertions, 3 deletions
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) |