From: Lennart Poettering Date: Fri, 12 Feb 2016 20:33:39 +0000 (+0100) Subject: core: fix indenting in dump output X-Git-Tag: v230~366^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2601%2Fhead;p=thirdparty%2Fsystemd.git core: fix indenting in dump output Fixes: #2593 --- diff --git a/src/core/unit.c b/src/core/unit.c index d39e3dcaeb9..3c4f85e7449 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -888,7 +888,7 @@ void unit_dump(Unit *u, FILE *f, const char *prefix) { "%s\tInstance: %s\n" "%s\tUnit Load State: %s\n" "%s\tUnit Active State: %s\n" - "%s\nState Change Timestamp: %s\n" + "%s\tState Change Timestamp: %s\n" "%s\tInactive Exit Timestamp: %s\n" "%s\tActive Enter Timestamp: %s\n" "%s\tActive Exit Timestamp: %s\n"