Re: [Qemu-block] [PATCH v12 01/10] qcow2: Use consistent switch indentation

2017-05-05 Thread Max Reitz
On 04.05.2017 05:07, Eric Blake wrote: > Fix a couple of inconsistent indentations, before an upcoming > patch further tweaks the switch statements. While at it, make > some tweaks for shorter lines to keep checkpatch happy (best > viewed with 'git diff -b'). > > Signed-off-by: Eric Blake > > -

[Qemu-block] [PATCH v12 01/10] qcow2: Use consistent switch indentation

2017-05-03 Thread Eric Blake
Fix a couple of inconsistent indentations, before an upcoming patch further tweaks the switch statements. While at it, make some tweaks for shorter lines to keep checkpatch happy (best viewed with 'git diff -b'). Signed-off-by: Eric Blake --- v12: new patch --- block/qcow2-cluster.c | 32