]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journalctl: drop misplaced empty line
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Nov 2019 11:13:08 +0000 (12:13 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 31 Jan 2020 14:02:48 +0000 (15:02 +0100)
src/journal/journalctl.c

index 1040d475fae6da24d8beaa0112a5dd150d591f2c..f5d208edcdd4a4a534e9624c2e79b04640f79b5c 100644 (file)
@@ -1421,7 +1421,6 @@ static int add_boot(sd_journal *j) {
          * so take the slow path if log location is specified. */
         if (arg_boot_offset == 0 && sd_id128_is_null(arg_boot_id) &&
             !arg_directory && !arg_file && !arg_root)
-
                 return add_match_this_boot(j, arg_machine);
 
         boot_id = arg_boot_id;