From 9b99bc243ccdbd6a137ac93be8edde33d05451d0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 16:29:06 +0000 Subject: [PATCH] x264: fix whitespace lints --- srcpkgs/x264/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/x264/template b/srcpkgs/x264/template index 99f27e6fc38..d69317c7ae8 100644 --- a/srcpkgs/x264/template +++ b/srcpkgs/x264/template @@ -16,7 +16,7 @@ checksum=3519e8fa3399845c7d2248d0a7297a923ac6bdc78d0ec15e85026e810670e1be do_configure() { case "$XBPS_TARGET_MACHINE" in armv[56]*) args+=" --disable-asm";; - armv7*) export AS=$CC;; + armv7*) export AS=$CC;; esac if [ "$CROSS_BUILD" ]; then args+=" --host=$XBPS_CROSS_TRIPLET"