Indent fix.

This commit is contained in:
Themaister 2014-06-17 21:01:19 +02:00
parent 2755abc14f
commit aa0950e65f

View File

@ -80,9 +80,9 @@ if [ "$HAVE_EGL" != "no" ]; then
if [ "$HAVE_EGL" = "no" ]; then
HAVE_EGL=auto && check_lib EGL "-lEGL $EXTRA_GL_LIBS"
[ "$HAVE_EGL" = "yes" ] && EGL_LIBS=-lEGL
else
else
EGL_LIBS="$EGL_LIBS $EXTRA_GL_LIBS"
fi
fi
fi
if [ "$LIBRETRO" ]; then