From cb723025b1d52d45b525e0093902f5e809fe32d0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 13:53:50 +0000 Subject: [PATCH] bananapi-uboot: fix indent lints --- srcpkgs/bananapi-uboot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bananapi-uboot/template b/srcpkgs/bananapi-uboot/template index 6a791e1b806..c325791bd5d 100644 --- a/srcpkgs/bananapi-uboot/template +++ b/srcpkgs/bananapi-uboot/template @@ -21,7 +21,7 @@ do_configure() { do_build() { unset CFLAGS CXXFLAGS LDFLAGS - + if [ "$CROSS_BUILD" ]; then make ARCH=arm CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- else