Apply consistent formatting

This commit is contained in:
Michael Osipov 2021-07-19 23:49:17 +02:00
parent e9a54c6d02
commit 94df4a819a
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@ fi
# OS specific support. $var _must_ be set to either true or false.
cygwin=false;
mingw=false
mingw=false;
darwin=false;
case "`uname`" in
CYGWIN*) cygwin=true ;;
CYGWIN*) cygwin=true;;
MINGW*) mingw=true;;
Darwin*) darwin=true
# Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home