id3lib: convert accidental space indentation to tab

%ci:no-build
This commit is contained in:
Henrik Grimler 2022-02-03 11:28:48 +01:00
parent 60cafc16dd
commit 9c7cd9dd83
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ termux_step_pre_configure() {
_ID3LIB_MAJOR=$(awk -F= '/^ID3LIB_MAJOR_/ { print $2 }' configure.in)
_ID3LIB_MINOR=$(awk -F= '/^ID3LIB_MINOR_/ { print $2 }' configure.in)
aclocal
aclocal
automake --add-missing
autoreconf -fi
}