md: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 22:08:52 +00:00
parent 9f169a20b5
commit 1224a253d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365211

View File

@ -226,7 +226,6 @@ struct g_class g_md_class = {
DECLARE_GEOM_CLASS(g_md_class, g_md);
static LIST_HEAD(, md_s) md_softc_list = LIST_HEAD_INITIALIZER(md_softc_list);
#define NINDIR (PAGE_SIZE / sizeof(uintptr_t))
@ -444,7 +443,6 @@ s_write(struct indir *ip, off_t offset, uintptr_t ptr)
return (0);
}
static int
g_md_access(struct g_provider *pp, int r, int w, int e)
{
@ -1374,7 +1372,6 @@ mdcreate_malloc(struct md_s *sc, struct md_req *mdr)
return (error);
}
static int
mdsetcred(struct md_s *sc, struct ucred *cred)
{