Re: [PATCH iproute2] ip: replace white-spaces with tabs

2015-07-27 Thread Stephen Hemminger
On Sat, 25 Jul 2015 08:54:53 -0400 Zhang Shengju wrote: > Replace white-spaces with tabs > > Signed-off-by: Zhang Shengju > --- > ip/ip.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > There were more places that needed this, went ahead and made ip.c and bridge.c checkpatch

[PATCH iproute2] ip: replace white-spaces with tabs

2015-07-25 Thread Zhang Shengju
Replace white-spaces with tabs Signed-off-by: Zhang Shengju --- ip/ip.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ip/ip.c b/ip/ip.c index c23de74..78134f9 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -64,7 +64,7 @@ static void usage(void) static int do_help(int argc, ch