From 2de1dc847d7e7e220082938284296c77def13b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 4 Oct 2016 22:28:17 +0200 Subject: [PATCH] Indentation fix for options file in i.MX6 project. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- projects/imx6/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/imx6/options b/projects/imx6/options index 59154a5fcb..ede8bd3b12 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -98,7 +98,7 @@ OPENGL="no" # OpenGL-ES implementation to use (no / bcm2835-driver / imx-gpu-viv) - if [ "$LINUX" = "imx6" ]; then + if [ "$LINUX" = "imx6" ]; then OPENGLES="imx-gpu-viv" else OPENGLES="gpu-viv-bin-mx6q"