From patchwork Wed Sep 2 23:44:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 513704 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (li376-54.members.linode.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 3E5711401F0 for ; Thu, 3 Sep 2015 09:45:28 +1000 (AEST) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 9A644109F4; Wed, 2 Sep 2015 16:44:33 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx3v1.cudamail.com (mx3.cudamail.com [64.34.241.5]) by archives.nicira.com (Postfix) with ESMTPS id BE4B8109E3 for ; Wed, 2 Sep 2015 16:44:32 -0700 (PDT) Received: from bar3.cudamail.com (bar1 [192.168.15.1]) by mx3v1.cudamail.com (Postfix) with ESMTP id 40649618584 for ; Wed, 2 Sep 2015 17:44:32 -0600 (MDT) X-ASG-Debug-ID: 1441237471-03dd7b127f460af0001-byXFYA Received: from mx3-pf3.cudamail.com ([192.168.14.3]) by bar3.cudamail.com with ESMTP id 0o62ieWOikogMNsd (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 02 Sep 2015 17:44:32 -0600 (MDT) X-Barracuda-Envelope-From: blp@nicira.com X-Barracuda-RBL-Trusted-Forwarder: 192.168.14.3 Received: from unknown (HELO mail-pa0-f44.google.com) (209.85.220.44) by mx3-pf3.cudamail.com with ESMTPS (RC4-SHA encrypted); 2 Sep 2015 23:44:31 -0000 Received-SPF: unknown (mx3-pf3.cudamail.com: Multiple SPF records returned) X-Barracuda-RBL-Trusted-Forwarder: 209.85.220.44 Received: by padhy1 with SMTP id hy1so26334736pad.1 for ; Wed, 02 Sep 2015 16:44: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=d/3FKlrS5vCQ3MT1V1cxdMMqyUIm7V2pQLUi6bCgUbQ=; b=VoMGUKFijGpxjKDOgx2rJNPPvzPZz86rAlSMpAkQVnMURzeWlxQFY323wwez49QFlE 201DU8Zce4HHXoED446++q4tSYXtXXLfMEFKP74S1Rb3Y6WwKFiLgOxQaFq0UqUoAc6/ q67FO1XIXvKXl2/TQTEXTaYxIp1qlHJ7TY792Bz5HlNtIrSe1PSE4Qcq51gN1pUi4KJa Xgq4k2T2EKNbf+qerFoHhYCGQnOx5S5pDE803o8VlTnHeHVB5OO8vouD+o+5fo6SD5KX VYiZ+EAZ8FSMFrMRrH3AKv/8k371ZBPNn7Q0LDMYp0PRQjVKSQRRye8V0+W8IL8dPu3I IV0Q== X-Gm-Message-State: ALoCoQlM9bzKf30Q5QohVsYqJ8/wg+g27ZEC3p325Nk8QbSKeus0TPvz/U4b8Ks0NBcrGvDSV5hi X-Received: by 10.68.206.74 with SMTP id lm10mr60295022pbc.117.1441237471294; Wed, 02 Sep 2015 16:44:31 -0700 (PDT) Received: from sigabrt.benpfaff.org ([208.91.2.4]) by smtp.gmail.com with ESMTPSA id f5sm23046151pas.23.2015.09.02.16.44.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Sep 2015 16:44:30 -0700 (PDT) X-CudaMail-Envelope-Sender: blp@nicira.com X-Barracuda-Apparent-Source-IP: 208.91.2.4 From: Ben Pfaff To: dev@openvswitch.org X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-V3-901064361 X-CudaMail-DTE: 090215 X-CudaMail-Originating-IP: 209.85.220.44 Date: Wed, 2 Sep 2015 16:44:06 -0700 X-ASG-Orig-Subj: [##CM-V3-901064361##][PATCH v2 09/14] ovn-sbctl: Indentation fixes. Message-Id: <1441237451-17940-9-git-send-email-blp@nicira.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1441237451-17940-1-git-send-email-blp@nicira.com> References: <1441237451-17940-1-git-send-email-blp@nicira.com> X-Barracuda-Connect: UNKNOWN[192.168.14.3] X-Barracuda-Start-Time: 1441237472 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-ASG-Whitelist: Header =?UTF-8?B?eFwtY3VkYW1haWxcLXdoaXRlbGlzdFwtdG8=?= X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 Cc: Ben Pfaff Subject: [ovs-dev] [PATCH v2 09/14] ovn-sbctl: Indentation fixes. X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Ben Pfaff --- ovn/utilities/ovn-sbctl.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ovn/utilities/ovn-sbctl.c b/ovn/utilities/ovn-sbctl.c index db0ac6d..e2b296a 100644 --- a/ovn/utilities/ovn-sbctl.c +++ b/ovn/utilities/ovn-sbctl.c @@ -249,8 +249,7 @@ parse_options(int argc, char *argv[], struct shash *local_options) case 't': timeout = strtoul(optarg, NULL, 10); if (timeout < 0) { - ctl_fatal("value %s on -t or --timeout is invalid", - optarg); + ctl_fatal("value %s on -t or --timeout is invalid", optarg); } break; @@ -836,8 +835,8 @@ do_sbctl(const char *args, struct ctl_command *commands, size_t n_commands, struct ovsdb_symbol *symbol = node->data; if (!symbol->created) { ctl_fatal("row id \"%s\" is referenced but never created (e.g. " - "with \"-- --id=%s create ...\")", - node->name, node->name); + "with \"-- --id=%s create ...\")", + node->name, node->name); } if (!symbol->strong_ref) { if (!symbol->weak_ref) {