提交 bf298823 编写于 作者: E Erik Skultety

rpc: gendispatch: Fix a couple of places adding trailing spaces

Signed-off-by: NErik Skultety <eskultet@redhat.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 5e067ba4
......@@ -1062,7 +1062,7 @@ elsif ($mode eq "server") {
print "\n";
print " $conn_type $conn_var = $conn_method(client);\n";
print " if (!$conn_var) \n";
print " if (!$conn_var)\n";
print " goto cleanup;\n";
print "\n";
......@@ -1144,7 +1144,7 @@ elsif ($mode eq "server") {
print "\n";
} else {
if ($modern_ret_as_list) {
print " if ((nresults = \n";
print " if ((nresults =\n";
my $indln = " $prefix$call->{ProcName}(";
print $indln;
print join(",\n" . ' ' x (length $indln), @args_list);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册