]> git.notmuchmail.org Git - notmuch/commit
configure: whitespace cleanup
authorDavid Bremner <david@tethera.net>
Sat, 9 Oct 2021 20:09:16 +0000 (17:09 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 10 Oct 2021 23:58:29 +0000 (20:58 -0300)
commit174ec2a28fc38df65434b7d805e0e657d17f335d
treecb1721e70789987b63fc535dc6e5531715dd9a27
parenta4b1c3933137ca71793f185a82c44442233c2b46
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.
configure