From af86451fc4b325de8bf2636b59a4b1f97241d426 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 15:23:37 +0000 Subject: [PATCH] odroid-u2-uboot: fix whitespace lints --- srcpkgs/odroid-u2-uboot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/odroid-u2-uboot/template b/srcpkgs/odroid-u2-uboot/template index cad3925f0ac..2a67c04c985 100644 --- a/srcpkgs/odroid-u2-uboot/template +++ b/srcpkgs/odroid-u2-uboot/template @@ -26,7 +26,7 @@ do_build() { ${BUILD_CC} ${BUILD_CFLAGS} -o mkbl2 ${FILESDIR}/mkbl2.c unset CFLAGS CXXFLAGS LDFLAGS - + if [ "$CROSS_BUILD" ]; then make ARCH=arm CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- else