valadoc-git: fix indent lints

This commit is contained in:
Michael Gehring 2017-07-16 16:23:53 +00:00
parent eee177f56f
commit dba1f99794
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ do_fetch() {
git clone ${url} ${pkgname}-${version}
}
pre_configure() {
./autogen.sh
./autogen.sh
}