summaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorLiu Yuan <namei.unix@gmail.com>2014-09-01 13:35:21 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2014-09-08 11:12:42 +0100
commit6bb4515849315460bdea45fa56ca656cead7c8ed (patch)
treebd928e3230ca1ba454cc182a0fbf81f5db5c1459 /block.c
parentf102f224556f292f55b6e25147741bb8c48c9451 (diff)
downloadqemu-6bb4515849315460bdea45fa56ca656cead7c8ed.tar.gz
block: kill tail whitespace in block.c
Cc: Kevin Wolf <kwolf@redhat.com> Cc: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Liu Yuan <namei.unix@gmail.com> Reviewed-by: BenoƮt Canet <benoit.canet@nodalink.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'block.c')
-rw-r--r--block.c2
1 files changed, 1 insertions, 1 deletions
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;
}