mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-22 06:54:29 +00:00
Fix indentation in ./configure script (#351)
Replace tabs with spaces for consistency.
This commit is contained in:
parent
21e3f60cc4
commit
9e93a77a62
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue