aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_subr.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:14:09 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:14:09 +0000
commitd40bc607528a613afeb59bdaabd09ad4d33c67be (patch)
treee0846c5c8a6f83f70fbb93deeded40a7106308f1 /sys/geom/geom_subr.c
parent27dcd3d90b41d3c89eac3c2b50b9a6f515e5c89d (diff)
downloadsrc-d40bc607528a613afeb59bdaabd09ad4d33c67be.tar.gz
src-d40bc607528a613afeb59bdaabd09ad4d33c67be.zip
geom: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365226
Diffstat (limited to 'sys/geom/geom_subr.c')
-rw-r--r--sys/geom/geom_subr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c
index 92090ba8355b..9b867fdade16 100644
--- a/sys/geom/geom_subr.c
+++ b/sys/geom/geom_subr.c
@@ -101,7 +101,7 @@ g_dbg_printf(const char *classname, int lvl, struct bio *bp,
sbuf_cat(&sb, classname);
if (lvl >= 0)
sbuf_printf(&sb, "[%d]", lvl);
-
+
va_start(ap, format);
sbuf_vprintf(&sb, format, ap);
va_end(ap);
@@ -598,7 +598,6 @@ g_new_provider_event(void *arg, int flag)
}
}
-
struct g_provider *
g_new_providerf(struct g_geom *gp, const char *fmt, ...)
{
@@ -717,7 +716,7 @@ g_resize_provider_event(void *arg, int flag)
}
pp->mediasize = size;
-
+
LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) {
gp = cp->geom;
if ((gp->flags & G_GEOM_WITHER) == 0 && gp->resize != NULL)