diff options
author | Liu Yuan <namei.unix@gmail.com> | 2014-09-01 13:35:21 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-09-08 11:12:42 +0100 |
commit | 6bb4515849315460bdea45fa56ca656cead7c8ed (patch) | |
tree | bd928e3230ca1ba454cc182a0fbf81f5db5c1459 /block.c | |
parent | f102f224556f292f55b6e25147741bb8c48c9451 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2246,7 +2246,7 @@ int bdrv_commit(BlockDriverState *bs) if (!drv) return -ENOMEDIUM; - + if (!bs->backing_hd) { return -ENOTSUP; } |