Fix indentation in ./configure script (#351)

Replace tabs with spaces for consistency.
This commit is contained in:
Alexander 2018-08-28 15:08:42 +03:00 committed by fiaxh
parent 21e3f60cc4
commit 9e93a77a62
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -130,8 +130,8 @@ while true; do
# Ignore for autotools compat
--host | --build ) shift; shift ;;
--disable-dependency-tracking | --enable-dependency-tracking ) shift ;;
# Ignore for debian compat
--disable-silent-rules | --disable-maintainer-mode ) shift ;;
# Ignore for debian compat
--disable-silent-rules | --disable-maintainer-mode ) shift ;;
-h | --help ) help; exit 0 ;;
-- ) shift; break ;;
* ) break ;;