]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
report: adjust indentation to our usual style
authorLennart Poettering <lennart@amutable.com>
Wed, 18 Feb 2026 10:38:11 +0000 (11:38 +0100)
committerLennart Poettering <lennart@amutable.com>
Fri, 20 Feb 2026 07:15:30 +0000 (08:15 +0100)
src/report/report.c

index ab13ae905bf1c6c7017f3099feb6802e1ef503fa..fe4b96c5f0fb9ab302765c58793765436a91dd44 100644 (file)
@@ -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;