summaryrefslogtreecommitdiffstats
path: root/sbin/devfs
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-07-28 06:59:40 +0000
committerdd <dd@FreeBSD.org>2002-07-28 06:59:40 +0000
commita78f016a2098b07bcd213887af09f2539a1eb3af (patch)
treeba25227c9ea4ad1b939cf56791ce521d86f8574b /sbin/devfs
parentcca47ca03dd1c53bc17fcf12b61275fa63a7e528 (diff)
downloadFreeBSD-src-a78f016a2098b07bcd213887af09f2539a1eb3af.zip
FreeBSD-src-a78f016a2098b07bcd213887af09f2539a1eb3af.tar.gz
Nuke whitespace at EOL.
Diffstat (limited to 'sbin/devfs')
-rw-r--r--sbin/devfs/devfs.c4
-rw-r--r--sbin/devfs/rule.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/sbin/devfs/devfs.c b/sbin/devfs/devfs.c
index 8608af3..7a06d47 100644
--- a/sbin/devfs/devfs.c
+++ b/sbin/devfs/devfs.c
@@ -118,7 +118,7 @@ eatoi(const char *s)
if (l > INT_MAX || *cp != '\0')
errx(1, "error converting to integer: %s", s);
return ((int)l);
-}
+}
/*
* As atonum(), but the result of failure is death.
@@ -131,7 +131,7 @@ eatonum(const char *s)
if (!atonum(s, &num))
errx(1, "error converting to number: %s", s); /* XXX clarify */
return (num);
-}
+}
/*
* Read a line from a /FILE/. If the return value isn't 0, it is the
diff --git a/sbin/devfs/rule.c b/sbin/devfs/rule.c
index 8f401e1..f1fd908 100644
--- a/sbin/devfs/rule.c
+++ b/sbin/devfs/rule.c
@@ -226,7 +226,7 @@ rule_show(int ac __unused, char **av)
err(1, "ioctl DEVFSIO_RGETNEXT");
}
return (0);
-}
+}
static int
rule_showsets(int ac, char **av __unused)
OpenPOWER on IntegriCloud