From 5d5002289c97e8f745e6300ca7ca203c3a477507 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Wed, 10 Oct 2012 18:33:26 +1100 Subject: Replace a lot of leading spaces with tabs. Signed-off-by: NeilBrown --- lib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib.c') diff --git a/lib.c b/lib.c index dc32c561..1c856541 100644 --- a/lib.c +++ b/lib.c @@ -133,9 +133,9 @@ int fd2devnum(int fd) * Put them in a simple linked listfor now. */ struct devmap { - int major, minor; - char *name; - struct devmap *next; + int major, minor; + char *name; + struct devmap *next; } *devlist = NULL; int devlist_ready = 0; -- cgit v1.2.3