mirror of
https://github.com/systemd/systemd.git
synced 2025-03-11 20:58:27 +03:00
analyze: tab fix
(cherry picked from commit 7167bee6c672f9a0729631ba1f7459dd5e18f549)
This commit is contained in:
parent
2f2cd7a865
commit
f4215e7909
@ -170,7 +170,7 @@ static void plot_tooltip(const UnitTimes *ut) {
|
||||
svg("%s:\n", ut->name);
|
||||
svg("Activating: %"PRI_USEC".%.3"PRI_USEC"\n", ut->activating / USEC_PER_SEC, ut->activating % USEC_PER_SEC);
|
||||
svg("Activated: %"PRI_USEC".%.3"PRI_USEC"\n", ut->activated / USEC_PER_SEC, ut->activated % USEC_PER_SEC);
|
||||
|
||||
|
||||
UnitDependency i;
|
||||
FOREACH_ARGUMENT(i, UNIT_AFTER, UNIT_BEFORE, UNIT_REQUIRES, UNIT_REQUISITE, UNIT_WANTS, UNIT_CONFLICTS, UNIT_UPHOLDS)
|
||||
if (!strv_isempty(ut->deps[i])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user