netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2] ip: replace white-spaces with tabs
@ 2015-07-25 12:54 Zhang Shengju
  2015-07-27 21:11 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Shengju @ 2015-07-25 12:54 UTC (permalink / raw)
  To: netdev; +Cc: Zhang Shengju

Replace white-spaces with tabs

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
---
 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, char **argv)
 {
 	usage();
-        return 0;
+	return 0;
 }
 
 static const struct cmd {
@@ -185,8 +185,8 @@ int main(int argc, char **argv)
 			argv++;
 			if (argc <= 1)
 				usage();
-                        max_flush_loops = atoi(argv[1]);
-                } else if (matches(opt, "-family") == 0) {
+			max_flush_loops = atoi(argv[1]);
+		} else if (matches(opt, "-family") == 0) {
 			argc--;
 			argv++;
 			if (argc <= 1)
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH iproute2] ip: replace white-spaces with tabs
  2015-07-25 12:54 [PATCH iproute2] ip: replace white-spaces with tabs Zhang Shengju
@ 2015-07-27 21:11 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2015-07-27 21:11 UTC (permalink / raw)
  To: Zhang Shengju; +Cc: netdev

On Sat, 25 Jul 2015 08:54:53 -0400
Zhang Shengju <zhangshengju@cmss.chinamobile.com> wrote:

> Replace white-spaces with tabs
> 
> Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
> ---
>  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 clean.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-27 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-25 12:54 [PATCH iproute2] ip: replace white-spaces with tabs Zhang Shengju
2015-07-27 21:11 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).