Re: [Qemu-devel] [PATCH 1/2] net: expand tabs in net/socket.c

2011-12-08 Thread Zhi Yong Wu
On Wed, Dec 7, 2011 at 11:01 PM, Stefan Hajnoczi wrote: > In order to make later patches sane, expand the tab characters and > conform to QEMU coding style now. > > Signed-off-by: Stefan Hajnoczi > --- >  net/socket.c |   79 > ++ >  1 files

[Qemu-devel] [PATCH 1/2] net: expand tabs in net/socket.c

2011-12-07 Thread Stefan Hajnoczi
In order to make later patches sane, expand the tab characters and conform to QEMU coding style now. Signed-off-by: Stefan Hajnoczi --- net/socket.c | 79 ++ 1 files changed, 41 insertions(+), 38 deletions(-) diff --git a/net/socket.c b/