]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
gendispatch.pl: Produce newline at end of block
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 12 Nov 2025 08:50:07 +0000 (09:50 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 2 Jul 2026 13:51:31 +0000 (15:51 +0200)
After each block that's generated into viraccessapicheck.c there
should be a new line. Format it into generated source file.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/rpc/gendispatch.pl

index 4d385927aa2349e524f84c2183ecdb1c266cd83f..252562ccfd0fe1c6d06ea7d8a941e672d394d7fa 100755 (executable)
@@ -2214,7 +2214,7 @@ elsif ($mode eq "client") {
                         print "        virResetLastError();\n";
                         print "        return $fail;\n";
                     }
-                    print "    }";
+                    print "    }\n";
                     print "\n";
                 }