Re: [Qemu-devel] [RFC 1/7] virtio: fix stray tab character

2016-03-24 Thread Fam Zheng
On Thu, 03/24 17:56, Stefan Hajnoczi wrote: > The patches fixes a single occurrence of a tab character that resulted > in mis-aligned indentation. > > Signed-off-by: Stefan Hajnoczi > --- > hw/virtio/virtio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/virtio/vir

[Qemu-devel] [RFC 1/7] virtio: fix stray tab character

2016-03-24 Thread Stefan Hajnoczi
The patches fixes a single occurrence of a tab character that resulted in mis-aligned indentation. Signed-off-by: Stefan Hajnoczi --- hw/virtio/virtio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c index 08275a9..de8a3b3 100644 --- a