From dba1f99794128ada3f02aee34718ddf6c331acac Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 16:23:53 +0000 Subject: [PATCH] valadoc-git: fix indent lints --- srcpkgs/valadoc-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/valadoc-git/template b/srcpkgs/valadoc-git/template index 5118603a4e4..13aa6ff8bba 100644 --- a/srcpkgs/valadoc-git/template +++ b/srcpkgs/valadoc-git/template @@ -18,5 +18,5 @@ do_fetch() { git clone ${url} ${pkgname}-${version} } pre_configure() { - ./autogen.sh + ./autogen.sh }