From 9504e444b8c6269838b0035f95454db935fa68dd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 29 Oct 2008 01:19:15 +0000 Subject: whitespace fixes, no code changes --- util-linux/mdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-linux') diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 5ac801555..34cabc934 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -101,9 +101,9 @@ static void make_device(char *path, int delete) * "/sys/block/..." is for block devices. "/sys/bus" etc is not. * But since 2.6.25 block devices are also in /sys/class/block. * We use strstr("/block/") to forestall future surprises. */ - type = S_IFCHR; + type = S_IFCHR; if (strstr(path, "/block/")) - type = S_IFBLK; + type = S_IFBLK; #if ENABLE_FEATURE_MDEV_CONF parser = config_open2("/etc/mdev.conf", fopen_for_read); -- cgit v1.2.3