]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journalctl-filter: drop doubled newline
authorMike Yuan <me@yhndnzj.com>
Wed, 4 Mar 2026 21:33:47 +0000 (22:33 +0100)
committerMike Yuan <me@yhndnzj.com>
Thu, 5 Mar 2026 00:01:33 +0000 (01:01 +0100)
Follow-up for d8302c2fd92602eae780511037ca08ed8cb0667d

src/journal/journalctl-filter.c

index 0430f24ce9e462082dc8cb526a5a9608afbc7a3a..ce2a6cb18c6eda6aaed92e3c74fb33f564185cf0 100644 (file)
@@ -154,7 +154,6 @@ int journal_add_unit_matches(
                 }
         }
 
-
         if (!strv_isempty(patterns)) {
                 _cleanup_set_free_ Set *units = NULL;