
3 Jun
2014
3 Jun
'14
10:10 a.m.
On 06/03/14 05:34, Eric Blake wrote:
On 05/30/2014 02:37 AM, Peter Krempa wrote:
All the fields crammed into two lines weren't easy to parse by human eyes. Split up the format string into lines and put it into a central variable so that changes in two places aren't necessary. --- tests/virstoragetest.c | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-)
ACK.
Pushed; Thanks. Peter