summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2006-09-01 20:07:15 +0000
committermarius <marius@FreeBSD.org>2006-09-01 20:07:15 +0000
commitc55f33501e9b69b7ebdd621711ae97c0a4847c20 (patch)
tree36a418450f1d83aefbc6d27768b2244f8c3a8b3c /usr.sbin
parent3ea8fed8d1a71b8eba4180295d6ea2b77b786bdc (diff)
downloadFreeBSD-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')
-rw-r--r--usr.sbin/eeprom/ofw_options.c5
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)
OpenPOWER on IntegriCloud