On Fri, Mar 18, 2016 at 11:09:25AM +0100, Christophe Fergeau wrote:
On Fri, Mar 18, 2016 at 10:25:58AM +0100, Ján Tomko wrote:
> This breaks make syntax-check:
>
> Curly brackets around single-line body:
> src/qemu/qemu_command.c:7559-7561:
> if (graphics->data.spice.copypaste == VIR_TRISTATE_BOOL_NO) {
> virBufferAddLit(&opt, "disable-copy-paste,");
> }
Ah thanks, I'll make sure to fix these before pushing. Totally forgot to
rerun it before sending v2.
I've now pushed the series after fixing make syntax-check and the
comment.
Christophe