Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id BC934429E27 for ; Thu, 12 Jan 2012 05:22:41 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uSnyOU3jFkus for ; Thu, 12 Jan 2012 05:22:41 -0800 (PST) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 23BE8431FB6 for ; Thu, 12 Jan 2012 05:22:41 -0800 (PST) Received: by qcpx40 with SMTP id x40so936458qcp.26 for ; Thu, 12 Jan 2012 05:22:39 -0800 (PST) Received: by 10.229.106.152 with SMTP id x24mr1400018qco.2.1326374559406; Thu, 12 Jan 2012 05:22:39 -0800 (PST) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id df3sm10076376qab.6.2012.01.12.05.22.37 (version=SSLv3 cipher=OTHER); Thu, 12 Jan 2012 05:22:38 -0800 (PST) From: Jani Nikula To: David Bremner , Austin Clements Subject: Re: [PATCH 2/2] notmuch-reply.c: uncrustify In-Reply-To: <87r4z56pbx.fsf@zancas.localnet> References: <1324135695-15487-1-git-send-email-david@tethera.net> <1326197228-10356-1-git-send-email-david@tethera.net> <1326197228-10356-3-git-send-email-david@tethera.net> <20120112035739.GW20796@mit.edu> <87r4z56pbx.fsf@zancas.localnet> User-Agent: Notmuch/0.10.2+187~g43d4f26 (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) Date: Thu, 12 Jan 2012 13:22:34 +0000 Message-ID: <87ipkhhx7p.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 13:22:42 -0000 On Thu, 12 Jan 2012 09:08:18 -0400, David Bremner wrote: > The corresponding diff for notmuch-search.c follows > - > - notmuch_filenames_destroy( filenames ); > + > + notmuch_filenames_destroy ( filenames ); Can you make it remove the extra spaces after ( and before ) too? BR, Jani.