cc : converted indents to spaces

This commit is contained in:
alalazo 2016-03-10 14:35:09 +01:00
parent b9fcae8da6
commit 78ef0618bc

2
lib/spack/env/cc vendored
View File

@ -119,7 +119,7 @@ if [ -z "$mode" ]; then
if [ "$arg" = -v -o "$arg" = -V -o "$arg" = --version -o "$arg" = -dumpversion ]; then if [ "$arg" = -v -o "$arg" = -V -o "$arg" = --version -o "$arg" = -dumpversion ]; then
mode=vcheck mode=vcheck
break break
fi fi
done done
fi fi