svn commit: r259384 - stable/9/sys/geom/eli
Andrey V. Elsukov
ae at FreeBSD.org
Sat Dec 14 04:16:47 UTC 2013
Author: ae
Date: Sat Dec 14 04:16:47 2013
New Revision: 259384
URL: http://svnweb.freebsd.org/changeset/base/259384
Log:
MFC r257965:
Add missing line breaks.
PR: 181900
Modified:
stable/9/sys/geom/eli/g_eli.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/geom/eli/g_eli.c
==============================================================================
--- stable/9/sys/geom/eli/g_eli.c Sat Dec 14 04:16:27 2013 (r259383)
+++ stable/9/sys/geom/eli/g_eli.c Sat Dec 14 04:16:47 2013 (r259384)
@@ -1163,9 +1163,9 @@ g_eli_dumpconf(struct sbuf *sb, const ch
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)
More information about the svn-src-stable-9
mailing list