From 9969b5427967dc7bcbd9a14ea4d6ae8133c5fec0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 Dec 2018 21:39:12 +0100 Subject: tree-wide: specify all table headers in lower-case --- src/analyze/analyze-security.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/analyze') diff --git a/src/analyze/analyze-security.c b/src/analyze/analyze-security.c index 6402d4504a..9f327d365e 100644 --- a/src/analyze/analyze-security.c +++ b/src/analyze/analyze-security.c @@ -1393,7 +1393,7 @@ static int assess(const struct security_info *info, Table *overview_table, Analy int r; if (!FLAGS_SET(flags, ANALYZE_SECURITY_SHORT)) { - details_table = table_new("", "NAME", "DESCRIPTION", "WEIGHT", "BADNESS", "RANGE", "EXPOSURE"); + details_table = table_new(" ", "name", "description", "weight", "badness", "range", "exposure"); if (!details_table) return log_oom(); @@ -1967,7 +1967,7 @@ int analyze_security(sd_bus *bus, char **units, AnalyzeSecurityFlags flags) { assert(bus); if (strv_length(units) != 1) { - overview_table = table_new("UNIT", "EXPOSURE", "PREDICATE", "HAPPY"); + overview_table = table_new("unit", "exposure", "predicate", "happy"); if (!overview_table) return log_oom(); } -- cgit v1.2.1