diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-12 21:33:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-12 21:33:39 +0100 |
commit | b895d15511526b7046c8c51e6689684144a63ae0 (patch) | |
tree | ac340f2c676942f3043d6bf6aff6e244e50bbfc2 /src/core/unit.c | |
parent | 736ffecc9cf58a0d2c5f147a1f56f2c3532c10ce (diff) |
core: fix indenting in dump output
Fixes: #2593
Diffstat (limited to 'src/core/unit.c')
-rw-r--r-- | src/core/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.c b/src/core/unit.c index d39e3dcaeb..3c4f85e744 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" |