Add missing line breaks.

PR:		181900
MFC after:	1 week
This commit is contained in:
Andrey V. Elsukov 2013-11-11 11:13:12 +00:00
parent e0b8184b0c
commit 743437c451
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257965

View file

@ -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)