From patchwork Thu Jun 4 14:43:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 5140 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 9640AC38E; Thu, 4 Jun 2015 16:43:34 +0200 (CEST) Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com [209.85.220.171]) by dpdk.org (Postfix) with ESMTP id 3FE04C384 for ; Thu, 4 Jun 2015 16:43:32 +0200 (CEST) Received: by qkhg32 with SMTP id g32so24855672qkh.0 for ; Thu, 04 Jun 2015 07:43:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=OIcT+aPnSsq70MJlj45Rzvi3ZxKxpJtQfdvtVygUNww=; b=a9emLxuvineaRvqomgGDpJrSA8s43twLFqsuQFnyLO06VrNV8cJ7ECn4ZIuZ5cfU3d A3D0NNvnezqb11WMcuUnJTzPdLnAL/VH+09WlYTgJkge89te6LMsiHzjGPEjPywZZeKk kU2me/sQM54pZ/MG24lkcQGLYW3qM8I0Rk36WdROnEvIRCcrbXlPQP5bEoU9x6ETKpZi hq6RqrKeXYuRXOh/5zii8oD3EDqW9uyMznMipRoEEGxx/+YGl3qDtyI9pvQgSfvgEbAV OluJEV4ka57pAHKTa6tPOd61NPSJHMMH4FSbAQ48X1J1jmxhhUo1h28a1pJ62OHqF+Mu RMXw== X-Gm-Message-State: ALoCoQnkqTp30M13yx6Ot3c15lAneeP9klQwqEaQZPNzsdFyVX3u6ZgIxXk4XwtGL8CIqhthsGQZ X-Received: by 10.140.83.83 with SMTP id i77mr3797750qgd.12.1433429011815; Thu, 04 Jun 2015 07:43:31 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id d24sm2469320qkh.45.2015.06.04.07.43.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 04 Jun 2015 07:43:31 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Date: Thu, 4 Jun 2015 07:43:21 -0700 Message-Id: <1433429007-4640-4-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1433429007-4640-1-git-send-email-stephen@networkplumber.org> References: <1433429007-4640-1-git-send-email-stephen@networkplumber.org> Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH 3/9] cmdline: fix whitespace X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Stephen Hemminger Get rid of trailing whitespace, etc. Signed-off-by: Stephen Hemminger --- lib/librte_cmdline/cmdline_cirbuf.c | 1 - lib/librte_cmdline/cmdline_parse.c | 1 - lib/librte_cmdline/cmdline_rdline.c | 1 - 3 files changed, 3 deletions(-) diff --git a/lib/librte_cmdline/cmdline_cirbuf.c b/lib/librte_cmdline/cmdline_cirbuf.c index b9f9f4b..f506f88 100644 --- a/lib/librte_cmdline/cmdline_cirbuf.c +++ b/lib/librte_cmdline/cmdline_cirbuf.c @@ -464,4 +464,3 @@ cirbuf_get_tail(struct cirbuf * cbuf) { return cbuf->buf[cbuf->end]; } - diff --git a/lib/librte_cmdline/cmdline_parse.c b/lib/librte_cmdline/cmdline_parse.c index dfc885c..24a6ed6 100644 --- a/lib/librte_cmdline/cmdline_parse.c +++ b/lib/librte_cmdline/cmdline_parse.c @@ -561,4 +561,3 @@ cmdline_complete(struct cmdline *cl, const char *buf, int *state, } return 0; } - diff --git a/lib/librte_cmdline/cmdline_rdline.c b/lib/librte_cmdline/cmdline_rdline.c index f79ebe3..1ef2258 100644 --- a/lib/librte_cmdline/cmdline_rdline.c +++ b/lib/librte_cmdline/cmdline_rdline.c @@ -695,4 +695,3 @@ rdline_miniprintf(struct rdline *rdl, const char * buf, unsigned int val) } } } -