summaryrefslogtreecommitdiff
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib.c b/lib.c
index 2c3d936..fa6f223 100644
--- a/lib.c
+++ b/lib.c
@@ -112,8 +112,6 @@ char *fd2devnm(int fd)
return NULL;
}
-
-
/*
* convert a major/minor pair for a block device into a name in /dev, if possible.
* On the first call, walk /dev collecting name.
@@ -233,8 +231,6 @@ char *map_dev_preferred(int major, int minor, int create,
return preferred ? preferred : regular;
}
-
-
/* conf_word gets one word from the conf file.
* if "allow_key", then accept words at the start of a line,
* otherwise stop when such a word is found.