From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A2EC86DE12B7 for ; Fri, 14 Jun 2019 03:50:12 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.05 X-Spam-Level: X-Spam-Status: No, score=-0.05 tagged_above=-999 required=5 tests=[AWL=-0.049, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DwWo1rxMlKP8 for ; Fri, 14 Jun 2019 03:50:12 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id D5AFF6DE10B8 for ; Fri, 14 Jun 2019 03:50:11 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hbjmc-0003ii-V4; Fri, 14 Jun 2019 06:50:10 -0400 Received: (nullmailer pid 29737 invoked by uid 1000); Fri, 14 Jun 2019 10:50:21 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH 4/8] cli: run uncrustify In-Reply-To: <87v9x8bgrp.fsf@tethera.net> References: <20190613110837.6256-1-david@tethera.net> <20190613110837.6256-5-david@tethera.net> <87v9x8bgrp.fsf@tethera.net> Date: Fri, 14 Jun 2019 07:50:21 -0300 Message-ID: <87sgscbfv6.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Fri, 14 Jun 2019 10:50:12 -0000 David Bremner writes: > Tomi Ollila writes: > >>> - * These default configuration settings are determined as >>> - * follows: >>> + * These default configuration settings are determined as >>> + * follows: >> >> The change above looks strange, why change tabs to spaces, if not elsewhere > > I guess it's because pre-uncrustify there is a space before the > tab. Possibly a bug in uncrustify, but easy to work around by running > M-x whitespace-cleanup on that region first. I did that, and pushed the series. If there is anything particularly egregious that needs to be fixed before people can continue working, please let me know ASAP. d