From: Mike Yuan Date: Tue, 17 Feb 2026 14:57:36 +0000 (+0100) Subject: sd-json: fix doubled space X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52a202b615998670c40f1b9c0764f9b1c251d50;p=thirdparty%2Fsystemd.git sd-json: fix doubled space --- diff --git a/src/libsystemd/sd-json/sd-json.c b/src/libsystemd/sd-json/sd-json.c index 4ac50c20c9b..247e9790fee 100644 --- a/src/libsystemd/sd-json/sd-json.c +++ b/src/libsystemd/sd-json/sd-json.c @@ -5230,7 +5230,7 @@ _public_ int sd_json_dispatch_full( } else done++; - } else { + } else { if (flags & SD_JSON_ALLOW_EXTENSIONS) { json_log(value, flags|SD_JSON_DEBUG, 0, "Unrecognized object field '%s', assuming extension.", sd_json_variant_string(key)); continue;