]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
vmspawn: insert missing empty line
authorSam Leonard <sam.leonard@codethink.co.uk>
Mon, 15 Apr 2024 07:26:14 +0000 (08:26 +0100)
committerSam Leonard <sam.leonard@codethink.co.uk>
Mon, 15 Apr 2024 10:24:27 +0000 (11:24 +0100)
src/vmspawn/vmspawn.c

index 2a55a798281622fae41a673ba430d713f591d38c..fea154ae1f17fa2c5ee457fe5ef3a2eafc339cd8 100644 (file)
@@ -1133,6 +1133,7 @@ static void set_window_title(PTYForward *f) {
         if (dot)
                 (void) pty_forward_set_title_prefix(f, dot);
 }
+
 static int generate_ssh_keypair(const char *key_path, const char *key_type) {
         _cleanup_free_ char *ssh_keygen = NULL;
         _cleanup_strv_free_ char **cmdline = NULL;