Configure: untabify indentation
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Mon, 18 Mar 2019 10:43:59 +0000 (11:43 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 19 Mar 2019 08:14:27 +0000 (09:14 +0100)
commit84f32c84511dbac33adee4268341bef3b49a0af2
tree24ecd0fd5e89abe3ee58cdb3075359645518b62d
parent5d677186e9e50ac9ed1e48d535044d4927775c28
Configure: untabify indentation

    The indentation in the Configure file is currently very strange when
    viewed in an editor with a tab width of four spaces, because it has
    mixed tab-and-whitespace indentation, which was apparently done with
    a tab width of eight spaces.

    This commit converts all tabs to spaces using expand(1) with default
settings. To verify that there are only whitespace changes, use

       git show --ignore-space-change  <this commit>

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8492)
Configure