From 6bb4515849315460bdea45fa56ca656cead7c8ed Mon Sep 17 00:00:00 2001 From: Liu Yuan Date: Mon, 1 Sep 2014 13:35:21 +0800 Subject: [PATCH] block: kill tail whitespace in block.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Cc: Kevin Wolf Cc: Stefan Hajnoczi Signed-off-by: Liu Yuan Reviewed-by: Benoît Canet Signed-off-by: Stefan Hajnoczi --- block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.c b/block.c index cb670fd54d..d06dd51632 100644 --- a/block.c +++ b/block.c @@ -2246,7 +2246,7 @@ int bdrv_commit(BlockDriverState *bs) if (!drv) return -ENOMEDIUM; - + if (!bs->backing_hd) { return -ENOTSUP; } -- 2.11.0