From patchwork Sat Jul 25 12:54:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhang Shengju X-Patchwork-Id: 499966 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 5DF3B1401F6 for ; Sat, 25 Jul 2015 22:57:17 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754286AbbGYMzN (ORCPT ); Sat, 25 Jul 2015 08:55:13 -0400 Received: from cmccmta3.chinamobile.com ([221.176.66.81]:8819 "EHLO cmccmta3.chinamobile.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754153AbbGYMzM (ORCPT ); Sat, 25 Jul 2015 08:55:12 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.11]) by rmmx-syy-dmz-app11-12011 (RichMail) with SMTP id 2eeb55b3872b133-4fdd9; Sat, 25 Jul 2015 20:55:07 +0800 (CST) X-RM-TRANSID: 2eeb55b3872b133-4fdd9 X-RM-SPAM-FLAG: 00000000 Received: from promote.cache-dns.local.localdomain (unknown[223.64.62.121]) by rmsmtp-syy-appsvr06-12006 (RichMail) with SMTP id 2ee655b38729845-7333d; Sat, 25 Jul 2015 20:55:07 +0800 (CST) X-RM-TRANSID: 2ee655b38729845-7333d From: Zhang Shengju To: netdev@vger.kernel.org Cc: Zhang Shengju Subject: [PATCH iproute2] ip: replace white-spaces with tabs Date: Sat, 25 Jul 2015 08:54:53 -0400 Message-Id: <1437828893-5347-1-git-send-email-zhangshengju@cmss.chinamobile.com> X-Mailer: git-send-email 1.8.3.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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, 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)