aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2013-11-11 11:13:12 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2013-11-11 11:13:12 +0000
commit743437c45163cd71eb46f10fd98ec04ba1885062 (patch)
tree8fd857b035188aa2d49f0499defbfa129cce8d0c /sys/geom
parente0b8184b0c7a348479ce9716b0bf8379f6f0ac28 (diff)
downloadsrc-743437c45163cd71eb46f10fd98ec04ba1885062.tar.gz
src-743437c45163cd71eb46f10fd98ec04ba1885062.zip
Add missing line breaks.
PR: 181900 MFC after: 1 week
Notes
Notes: svn path=/head/; revision=257965
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/eli/g_eli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c
index 18e3cc475855..2d21ab3b7512 100644
--- a/sys/geom/eli/g_eli.c
+++ b/sys/geom/eli/g_eli.c
@@ -1170,9 +1170,9 @@ g_eli_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
if (pp != NULL || cp != NULL)
return; /* Nothing here. */
- sbuf_printf(sb, "%s<KeysTotal>%ju</KeysTotal>", indent,
+ sbuf_printf(sb, "%s<KeysTotal>%ju</KeysTotal>\n", indent,
(uintmax_t)sc->sc_ekeys_total);
- sbuf_printf(sb, "%s<KeysAllocated>%ju</KeysAllocated>", indent,
+ sbuf_printf(sb, "%s<KeysAllocated>%ju</KeysAllocated>\n", indent,
(uintmax_t)sc->sc_ekeys_allocated);
sbuf_printf(sb, "%s<Flags>", indent);
if (sc->sc_flags == 0)