On 12/15/2012 02:09 AM, Paolo Bonzini wrote: >>> + /* Allocate a MirrorOp that is used as an AIO callback. */ >>> + op = g_slice_new(MirrorOp); >>> + op->s = s; >>> + op->iov.iov_base = s->buf; >>> + op->iov.iov_len = nb_sectors * 512; >> >> Why two spaces? > > To align the equal signs. :)
Then I didn't quote enough context. Why the two spaces here, when the very next line didn't align equal signs? > > + op->s = s; > + op->iov.iov_base = s->buf; > + op->iov.iov_len = nb_sectors * 512; > + op->sector_num = sector_num; > + op->nb_sectors = nb_sectors; -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature