From patchwork Wed May 25 20:37:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 68637 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp49773qge; Wed, 25 May 2016 13:37:19 -0700 (PDT) X-Received: by 10.200.36.210 with SMTP id t18mr5456032qtt.86.1464208639022; Wed, 25 May 2016 13:37:19 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 124si9845696qki.17.2016.05.25.13.37.18; Wed, 25 May 2016 13:37:19 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 5477A617F7; Wed, 25 May 2016 20:37:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id A4867617DA; Wed, 25 May 2016 20:37:09 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 4B2A4616FA; Wed, 25 May 2016 20:37:07 +0000 (UTC) Received: from mail-io0-f179.google.com (mail-io0-f179.google.com [209.85.223.179]) by lists.linaro.org (Postfix) with ESMTPS id 5114C616FA for ; Wed, 25 May 2016 20:37:06 +0000 (UTC) Received: by mail-io0-f179.google.com with SMTP id t40so40374651ioi.0 for ; Wed, 25 May 2016 13:37:06 -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; bh=J6j9PzQKOTuuAsvELW/qdPXzVV3SsA+bey2huVRZTUc=; b=b0sqjPKrGtktu1g0qyBu5SzqtyrmOK26wqzueMSe3AJStVjLrBT8sRURv/QD9tgss+ aZ0GgkHRXm7mVt0oXWhchpbAUP0qwGqVZl+dOxuhGjZ/hpf9+IdDmK2k/1R2m2ADIrST tmhFLAAvkRDXNNgpmidcVbzc/Rm5oiv0U9TBHJqrB8OqdP/NSOhKSFT1sdKhsUPxFuFa OgfZLSUsKoIQtVykIU/fxqlkNg9Z+8cqQE7j8gfgo0fPXLaBTSp7D0GrMMVNe00yk35x GO9CIzH66c9shYQh6v1jIJYgMDm28+MqpAXv8PRD9JjmsLu3m1xzk9TkCLdgn2HBQ7/x mgkg== X-Gm-Message-State: ALyK8tJ4AiHQDXrhkhhX6i2u9yiSTyHwlwbTuF/YMqRRfBwuMwA+SHZIpN0Kv9X3eVEfqS4Nzzg= X-Received: by 10.157.1.165 with SMTP id e34mr3849769ote.35.1464208625800; Wed, 25 May 2016 13:37:05 -0700 (PDT) Received: from localhost.localdomain (cpe-66-68-129-43.austin.res.rr.com. [66.68.129.43]) by smtp.gmail.com with ESMTPSA id k125sm4752880oia.21.2016.05.25.13.37.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 May 2016 13:37:05 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Wed, 25 May 2016 15:37:02 -0500 Message-Id: <1464208623-29531-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH 1/2] configure: whitespace cleanup X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Clean up whitespace to conform to checkpatch rules Signed-off-by: Bill Fischofer --- configure.ac | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index 55d2e6e..5857893 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ AC_SUBST(PKGCONFIG_VERSION) ########################################################################## AC_ARG_WITH([platform], [AS_HELP_STRING([--with-platform=platform], - [select platform to be used, default linux-generic])], + [select platform to be used, default linux-generic])], [], [with_platform=linux-generic ]) @@ -122,7 +122,7 @@ m4_include([./test/m4/configure.m4]) ########################################################################## AC_ARG_WITH([sdk-install-path], AC_HELP_STRING([--with-sdk-install-path=DIR path to external libs and headers], - [(or in the default path if not specified).]), + [(or in the default path if not specified).]), [SDK_INSTALL_PATH=$withval SDK_INSTALL_PATH_=1],[SDK_INSTALL_PATH_=]) AC_SUBST(SDK_INSTALL_PATH) @@ -132,11 +132,11 @@ AC_SUBST(SDK_INSTALL_PATH) ########################################################################## AC_ARG_WITH([testdir], AC_HELP_STRING([--with-testdir=DIR installation directory for tests]), - [if test "$withval" = "yes"; then - testdir=$libdir/odp/tests - else - testdir=$withval - fi], []) + [if test "$withval" = "yes"; then + testdir=$libdir/odp/tests + else + testdir=$withval + fi], []) AC_SUBST([testdir]) ########################################################################## @@ -179,9 +179,9 @@ ODP_DEBUG_PRINT=0 AC_ARG_ENABLE([debug-print], [ --enable-debug-print display debugging information], [if test "x$enableval" = "xyes"; then - ODP_DEBUG_PRINT=1 + ODP_DEBUG_PRINT=1 else - ODP_DEBUG_PRINT=0 + ODP_DEBUG_PRINT=0 fi]) ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG_PRINT=$ODP_DEBUG_PRINT" @@ -192,9 +192,9 @@ ODP_DEBUG=0 AC_ARG_ENABLE([debug], [ --enable-debug include additional code], [if test "x$enableval" = "xyes"; then - ODP_DEBUG=1 + ODP_DEBUG=1 else - ODP_DEBUG=0 + ODP_DEBUG=0 fi]) ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG=$ODP_DEBUG"