From: Lennart Poettering Date: Wed, 18 Feb 2026 10:38:11 +0000 (+0100) Subject: report: adjust indentation to our usual style X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5344bede1e912b769eaf814b9c997cd4c29b7a7c;p=thirdparty%2Fsystemd.git report: adjust indentation to our usual style --- diff --git a/src/report/report.c b/src/report/report.c index ab13ae905bf..fe4b96c5f0f 100644 --- a/src/report/report.c +++ b/src/report/report.c @@ -61,12 +61,12 @@ static void context_done(Context *context) { DEFINE_TRIVIAL_CLEANUP_FUNC(LinkInfo*, link_info_free); DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR( - link_info_hash_ops, - void, - trivial_hash_func, - trivial_compare_func, - LinkInfo, - link_info_free); + link_info_hash_ops, + void, + trivial_hash_func, + trivial_compare_func, + LinkInfo, + link_info_free); static int metric_compare(sd_json_variant *const *a, sd_json_variant *const *b) { const char *name_a, *name_b, *object_a, *object_b;