提交 3f3f7a82 编写于 作者: M Michal Privoznik

gendispatch: Don't output spaces on empty line

In our generator for some code we put empty lines in the output
to separate blocks of code. However, in some cases we put couple
of spaces on the empty line too. It's not bug, it just isn't
nice.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 17160729
......@@ -677,7 +677,7 @@ elsif ($mode eq "server") {
push(@prepare_ret_list,
"if (VIR_ALLOC($2_p) < 0)\n" .
" goto cleanup;\n" .
" \n" .
"\n" .
" if (VIR_STRDUP(*$2_p, $2) < 0)\n".
" goto cleanup;\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册