Configure: untabify indentation
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Mon, 18 Mar 2019 10:51:19 +0000 (11:51 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 19 Mar 2019 08:16:03 +0000 (09:16 +0100)
commit5f702f16e7ed108b2098042c2488fb5b86ac83c2
tree960ea47cad0630fb57ae61183c8f680e8d375424
parent0d0d12b80456c81faef31fddb9d8e2ccacc2eece
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: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8512)
Configure