From: Robert Wang Date: Fri, 19 Aug 2011 09:17:12 +0000 (+0800) Subject: fix code format X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d62b5dea30284eacd88055bb08db7c295655945f;p=osstest%2Fqemu.git fix code format Fix code format to make checkpatch.pl happy. Signed-off-by: Robert Wang Signed-off-by: Anthony Liguori --- diff --git a/block.c b/block.c index 785c88e17..a8a013a6d 100644 --- a/block.c +++ b/block.c @@ -2251,9 +2251,9 @@ BlockDriverAIOCB *bdrv_aio_readv(BlockDriverState *bs, int64_t sector_num, cb, opaque); if (ret) { - /* Update stats even though technically transfer has not happened. */ - bs->rd_bytes += (unsigned) nb_sectors * BDRV_SECTOR_SIZE; - bs->rd_ops ++; + /* Update stats even though technically transfer has not happened. */ + bs->rd_bytes += (unsigned) nb_sectors * BDRV_SECTOR_SIZE; + bs->rd_ops++; } return ret;