Re: [Qemu-devel] [PATCH 1/3] qemu-nbd: Fix coding style

2010-05-02 Thread Ryota Ozaki
Hi Kevin On Mon, Mar 29, 2010 at 7:44 PM, Kevin Wolf wrote: > Am 28.03.2010 19:07, schrieb Ryota Ozaki: >> Follow "Every indented statement is braced; even if the block >> contains just one statement." described in CODING_STYLE. >> >> Signed-off-by: Ryota Ozaki > > Usually we fix the coding styl

Re: [Qemu-devel] [PATCH 1/3] qemu-nbd: Fix coding style

2010-03-29 Thread Kevin Wolf
Am 28.03.2010 19:07, schrieb Ryota Ozaki: > Follow "Every indented statement is braced; even if the block > contains just one statement." described in CODING_STYLE. > > Signed-off-by: Ryota Ozaki Usually we fix the coding style in places that need to be changed anyway, but avoid touching things

[Qemu-devel] [PATCH 1/3] qemu-nbd: Fix coding style

2010-03-28 Thread Ryota Ozaki
Follow "Every indented statement is braced; even if the block contains just one statement." described in CODING_STYLE. Signed-off-by: Ryota Ozaki --- qemu-nbd.c | 60 1 files changed, 40 insertions(+), 20 deletions(-) diff --git a/q