From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25039 invoked by alias); 1 Sep 2015 22:19:25 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36383 Received: (qmail 26259 invoked from network); 1 Sep 2015 22:19:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=XOOVM3m/DeD3kPF8LHJyaEMYUnC/zL9q0HAsQSiXsQU=; b=hdzID4S5u4SlJW0jKbNNinoc54MIYw//ywgC/381bNQwMzbiEDy7EIHYNR8Kq3X8Te ZrM9LsSH2e6yM5If6S1R/fI+u751ou2pUK0I/bjUAAFahaBctpWn6DAh2IKJ0lUlFjNv KW7ezTAaUlLtqRIJryCVAN0PF10dVKUycN7MxoQrW4W6AMQ2MtbLurlc3j45Ht8ET2CU 1ppD/nFqUsb9OHCCPHLGH2uzbbMo70UAzqDmAJWI7pHg0WeKKbeRv3zV6Rm2x0OYrARI zIYZ1yk06SvaXwVClbNFlk97T4l+KI+CaPulRov6NnAnUOlYJzv8HlF5LrGaHaFtLMc9 l7Ww== X-Gm-Message-State: ALoCoQnF2pcS4jcKw6/eW/Vq36UKOTq9oW314aa6ODv1xYukF+ncUGSygM9Aj61mmESlce4R1wDr X-Received: by 10.202.45.9 with SMTP id t9mr12190070oit.75.1441145961189; Tue, 01 Sep 2015 15:19:21 -0700 (PDT) From: Bart Schaefer Message-Id: <150901151918.ZM2379@torch.brasslantern.com> Date: Tue, 1 Sep 2015 15:19:18 -0700 In-Reply-To: Comments: In reply to Mikael Magnusson "Space after if/while/for" (Sep 1, 11:30pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Mikael Magnusson , zsh workers Subject: Re: Space after if/while/for MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 1, 11:30pm, Mikael Magnusson wrote: } } Would anyone mind if I push a commit that adds the spaces (made with sed -i)? I really prefer to avoid commits that make no semantic changes. It's much more difficult to see when an actual meaningful change happened (e.g. with "git blame") when there are coding-style-only changes layered on top.