From: David Bremner Date: Sat, 9 Oct 2021 20:09:16 +0000 (-0300) Subject: configure: whitespace cleanup X-Git-Tag: archive/debian/0.34_rc0-1~8 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=174ec2a28fc38df65434b7d805e0e657d17f335d;hp=174ec2a28fc38df65434b7d805e0e657d17f335d;p=notmuch configure: whitespace cleanup In order to make it easier to keep the whitespace consistent in the configure script, use the same style defined in devel/STYLE for C/C++. Specifically, a line should begin with zero or more tabs followed by fewer than eight spaces. Presumably this will be no more difficult for people editing configure than for people editing the C and C++ code. ---