From 1f228985b27602f94ff973d50e276220887df6a3 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 22 Apr 2008 00:16:29 +0000 Subject: whitespace fixes. no code changes --- util-linux/mdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/mdev.c') diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 9d77f6a1f..9d37b6c90 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -171,7 +171,7 @@ static void make_device(char *path, int delete) s = val; while (*s && *s++ == '%') n++; - + p = alias = xzalloc(strlen(val) + n * strlen(device_name)); s = val + 1; while (*s) { -- cgit v1.2.3