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

4
configure vendored
View file

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