virtio_rng: drop extra empty line

makes code look a bit prettier.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Michael S. Tsirkin 2015-01-15 13:50:06 +02:00 committed by Rusty Russell
parent 43b4f721ce
commit 3c7322405d
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ struct virtrng_info {
bool hwrng_removed;
};
static void random_recv_done(struct virtqueue *vq)
{
struct virtrng_info *vi = vq->vdev->priv;