Re: [Qemu-devel] [PATCH 3/5] qemu-img: avoid excessive BlockFragInfo line length

2013-02-05 Thread Eric Blake
On 02/05/2013 11:54 AM, Stefan Hajnoczi wrote: > The qemu-img check printf() statement that shows BlockFragInfo results > is poorly formatted. Introduce a local variable to shorten the lines > and restore proper indentation. > > The next patch adds a field to BlockFragInfo so it is beneficial to

[Qemu-devel] [PATCH 3/5] qemu-img: avoid excessive BlockFragInfo line length

2013-02-05 Thread Stefan Hajnoczi
The qemu-img check printf() statement that shows BlockFragInfo results is poorly formatted. Introduce a local variable to shorten the lines and restore proper indentation. The next patch adds a field to BlockFragInfo so it is beneficial to straighten out this code before modifying it. Signed-off