games/mednafen: Fix indentation.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2015-12-22 07:45:39 -08:00 committed by Willy Sudiarto Raharjo
parent a2fd4a31e4
commit 39aeef8406
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ find -L . \
## the affected version of llvm. ## the affected version of llvm.
## ##
if [ "`clang --version | grep '3.3'`" ]; then if [ "`clang --version | grep '3.3'`" ]; then
CLANGFLAGS="-std=c++11" CLANGFLAGS="-std=c++11"
fi fi
CC=clang CXX=clang++ \ CC=clang CXX=clang++ \